package
0.0.0-20250331114127-736dde6625db
Repository: https://github.com/sdslabs/gasper.git
Documentation: pkg.go.dev
# Functions
CreateMongoDB creates a database in the mongodb instance with the given database name, user and password.
CreateMysqlDB creates a database in the Mysql instance with the given database name, user and password.
CreatePostgresqlDB creates a postgre database.
CreateRedisDB creates a RedisDB container.
DeleteMongoDB deletes a mongo database.
DeleteMysqlDB deletes the database given by the database name and username.
DeletePostgresqlDB deletes the database given by the database name and username.
DeleteRedisDB deletes RedisDB container.
GetLogs returns logs of a RedisDB container.
LogDB logs the database logs (tail 10) after metrics interval i.e.
SetupDBInstance sets up containers for database.