package
1.5.1
Repository: https://github.com/leapkit/core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ConnectionFn is the database connection builder function that will be used by the application based on the driver and connection string.
Create a new database based on the passed URL.
Drop a database based on the passed URL.
GenerateMigration in the migrations folder using the migrations template.
RunMigrations by checking in the migrations database table, each of the adapters take care of this.
WithDriver allows to specify the driver to use driver defaults to postgres.

# Interfaces

Manager is the interface that wraps the basic methods to create and drop a database.

# Type aliases

ConnFn is the database connection builder function that will be used by the application based on the driver and connection string.