Registry / database / pressly-goose-v3

pressly-goose-v3

JSON →
library3.27.1gogounverified

Goose is a database migration tool.

go get github.com/pressly/goose/v3
INSTALL
IMPORT
SIG · PRESSLY-GOOSE-V3
P
pressly-goose-v3
databasegov3.27.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goose
github.com/pressly/goose/v3

Runs database migrations.

package main import ( "github.com/pressly/goose/v3" "github.com/pressly/goose/v3/dialect" ) func main() { // Example: run migrations up goose.Up(nil, "./migrations") }
Debug
Known issues
breakingv3 changed the API; Up/Down now require a *sql.DB and options.
fix
Pass a *sql.DB as first argument to Up/Down.
affects: >=3.0.0
Upgrade
Version history
3.27.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
pressly-goose-v3 — go get pressly-goose-v3 · libregistry