package
3.0.0+incompatible
Repository: https://github.com/dgksk8life/redisql.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewConfig initializes a new object of Config structure.
No description provided by the author
OpenMySQL opens a MySQL connection with a desired user, password, database name, host, and port.
OpenPostgres opens a PostgreSQL connection with a desired user, password database name, host and port.
OpenRedis opens a redis connection with a desired address and password.
ValidateFilePath validates the filepath of a given file.
# Variables
CTX is the global context for Redis.
# Structs
Config is the configuration struct for redisql.
No description provided by the author