package
Version:
v0.0.0-...-e360745
Opens a new window with list of versions in this module.
Published: Sep 26, 2022
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 dbschema 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 run in a
transaction and rolled back if any fail.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.