# Functions
NewCachedMySQL makes a new instance of Database and connect to a MySQL database and Redis.
NewPgSQL makes a new instance of PgSQL and connect to PostgresSQL database and Redis.
NewMongoDB creates a new instance of MongoDB and connect to specified database.
NewMySQL makes a new instance of Database and connect to a MySQL database.
NewMySqlConnectionManager inicia uma conexão com o banco de dados mysql instanciando um *ConnectionManager.
NewPgSQL makes a new instance of PgSQL and connect to PostgresSQL database.
NewPgSqlConnectionManager inicia uma conexão com o banco de dados postgres instanciando um *ConnectionManager.
TestMongoDBConnection tries to connect to specified mongodb database.
# Structs
No description provided by the author
No description provided by the author
MongoDB connection and operations handler.
# Interfaces
Config Interface With Methods to be a database config.
Database Interface With Methods to be a database handler.