package
0.0.1
Repository: https://github.com/samgozman/go-bloggy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewDatabase creates a new Database instance.
NewModels creates a new Models instance.
ProvideConnection provides a new database connection.
ProvideDatabase provides a new database connection.
ProvideDSN provides the DSN from the config.
ProvideModels provides the models.

# Variables

No description provided by the author
No description provided by the author
ProviderSet is a wire provider set that provides the database connection.

# Structs

Database is the database connection.
Models is a collection of all models in the database.

# Interfaces

DatabaseInterface is the interface for the database.
No description provided by the author