Categorygithub.com/tune-bot/database
module
0.0.1
Repository: https://github.com/tune-bot/database.git
Documentation: pkg.go.dev

# README

tune-bot database

go module for interacting with the tune-bot database

TODO: document how to use the module

When connecting to the database: you need to pass in a string like this:

user:password@tcp(host)/database

For example: err := database.Connect("myUserName:MySecretPassword@tcp(my-domain.com)/myDatabase")

# Packages

No description provided by the author