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