Documentation
¶
Overview ¶
Package db integrates with generic databases, so far it doesn't do much, but it's supposed to do more.
Package db integrates with generic databases, so far it doesn't do much, but it's supposed to do more.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *sql.DB
DB is the main database handle used throughout the API
Functions ¶
func Connect ¶
func Connect() error
Connect sets up the database connection, using the configured ConnectionString, and ensures it is working.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.