package
Version:
v0.0.0-...-34232cb
Opens a new window with list of versions in this module.
Published: Jan 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package schema contains the database schema, migrations and seeding data.
DeleteAll runs the set of Drop-table queries against db. The queries
are ran in a transaction and rolled back if any fail.
Migrate attempts to bring the schema for db up to date with the
migrations defined in this package.
Seed runs the set of seed-data queries against db. The queries are
rain in a transaction and rolled back if any fail.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.