Fanir
a7d08500f5
- database: - moved to jackc/pgx from database/sql - revised migrator and moved it into it's own package - separated ParseConfig into it's own function - config: - database config is now a DSN or URL instead of a struct - SearchPaths are now available through a function - improved help / usage output - modified data model
8 lines
75 B
Go
8 lines
75 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *.psql
|
|
var FS embed.FS
|