proxy.golang.org : github.com/adlio/pgxschema
Package pgxschema provides tools to manage database schema changes ("migrations") as embedded functionality inside another application which is using jackc/pgx as its PostgreSQL driver. Basic usage instructions involve creating a pgxschema.Migrator via the pgxschema.NewMigrator() function, and then passing your pgx.Conn or pgxpool.Pool to its .Apply() method. See the package's README.md file for more usage instructions.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/adlio/pgxschema
License: MIT
Latest release: almost 3 years ago
First release: over 3 years ago
Namespace: github.com/adlio
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago