package
0.0.0-20241103180257-95bf05a712ae
Repository: https://github.com/spacecowboy/feeder-sync.git
Documentation: pkg.go.dev
# Functions
RunMigrations runs all migrations in the schema directory against the database at the given URL The database URL should be in the format postgres://user:password@localhost:5432/dbname In fact any scheme is accepted, but the pgx driver is used.