Discover Packages
github.com/gopherex/pg-outbox
migrations
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 5, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package migrations exposes the embedded outbox SQL migrations.
FS returns the embedded migration files, for use with golang-migrate (iofs
source), goose, atlas, etc.
The SQL is schema-unqualified: to install into a non-default schema, set
search_path on the migration connection.
Up returns the contents of every *.sql file, ordered by filename. Each entry
is ready to pass to Exec for callers that apply migrations without a dedicated
tool. Migrations are forward-only; there are no down files.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.