Registry / database / go-pg-migrations-v8

go-pg-migrations-v8

JSON →
library8.1.0gogounverified

Database migrations for the go-pg ORM.

go get github.com/go-pg/migrations/v8
INSTALL
IMPORT
SIG · GO-PG-MIGRATIONS-V
G
go-pg-migrations-v8
databasegov8.1.0
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.

migrations
github.com/go-pg/migrations/v8

Run database migrations with go-pg.

package main import ( "github.com/go-pg/migrations/v8" "github.com/go-pg/pg/v10" ) func main() { db := pg.Connect(&pg.Options{}) migrations.Run(db, "init") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
go-pg-migrations-v8 — go get go-pg-migrations-v8 · libregistry