# README
Sqlite backend
Adding a migration
- Install golang-migrate/migrate
-
migrate create -ext sql -dir ./db/migrations -seq <name>
# Functions
No description provided by the author
WithApplyMigrations automatically applies database migrations on startup.
WithBackendOptions allows to pass generic backend options.
No description provided by the author