package
0.0.0-20240319150322-092ef20c6bd9
Repository: https://github.com/rmrfslashbin/gomarta.git
Documentation: pkg.go.dev

# Functions

New creates a new mastoclinet instance.
WithLogger sets the logger for the database instance.
WithMysql sets the mysql connection string for the database instance.
WithPgsql sets the pgsql connection string for the database instance.
WithSqlite sets the sqlite connection string for the database instance.

# Structs

Database for the app instance.
ErrMySqlOpen is returned when there is an error opening the mysql database.
ErrNoDatabase is returned when no database is specified.
ErrPGSqlOpen is returned when there is an error opening the pgsql database.
ErrSqliteOpen is returned when there is an error opening the sqlite database.

# Type aliases

Options for the bus instance.