package
Version:
v0.0.0-...-fb968ec
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Store is the package that manages the database connection and migrations.
It is used by other packages that need access to the database.
type DB struct {
*sql.DB
}
New creates a new Directory, connecting it to the postgres server on
the URL provided.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.