Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface {
Connect(connectionString, dbName string) error
Insert(data map[string]interface{}, dbRouteConfig config.DatabaseRouteConfig) error
Close() error
}
Database is an interface that defines the methods that a database should implement
func LoadDatabasePlugin ¶
LoadDatabasePlugin loads the database plugin based on the database type
Click to show internal directories.
Click to hide internal directories.