package
0.18.5
Repository: https://github.com/cschleiden/go-workflows.git
Documentation: pkg.go.dev

# README

Sqlite backend

Adding a migration

  1. Install golang-migrate/migrate
  2. 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