database

package
v1.7.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectMongoDB added in v1.6.10

func ConnectMongoDB(ctx context.Context, dsn string) *mongo.Database

ConnectMongoDB connect to mongodb with dsn

func ConnectRedis added in v1.6.10

func ConnectRedis(dsn string) *redis.Pool

ConnectRedis connect to redis with dsn

func ConnectSQLDatabase added in v1.6.10

func ConnectSQLDatabase(dsn string) *sql.DB

ConnectSQLDatabase connect to sql database with dsn

func InitMongoDB

func InitMongoDB(ctx context.Context) interfaces.MongoDatabase

InitMongoDB return mongo db read & write instance from environment: MONGODB_HOST_WRITE, MONGODB_HOST_READ

func InitRedis

func InitRedis() interfaces.RedisPool

InitRedis connection from environment: REDIS_READ_DSN, REDIS_WRITE_DSN

func InitSQLDatabase

func InitSQLDatabase() interfaces.SQLDatabase

InitSQLDatabase return sql db read & write instance from environment: SQL_DB_READ_DSN, SQL_DB_WRITE_DSN

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL