Documentation
¶
Index ¶
Constants ¶
View Source
const ( MYSQL = "mysql" MSSQL = "mssql" MONGODB = "mongodb" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoClient ¶
type MongoClient struct {
// contains filtered or unexported fields
}
func NewMongoClient ¶
func (*MongoClient) GetDB ¶
func (mongo *MongoClient) GetDB() *mongo.Database
func (*MongoClient) GetDatabaseDetails ¶
func (mongo *MongoClient) GetDatabaseDetails() string
type SqlClient ¶
type SqlClient struct {
// contains filtered or unexported fields
}
func NewSqlClient ¶
func (*SqlClient) GetDatabaseDetails ¶
Click to show internal directories.
Click to hide internal directories.