Documentation
¶
Overview ¶
Package schema is what a database says has been done to it.
It exists because two layers have to name the same fact and neither may own it: internal/infra/db reports the applied steps, and the system administration route reads them. A type in either one would make the other depend on it.
A Migration here is a step that was applied, which is not the db.Migration that defines a step to apply. One is a record, the other is code with an Apply function; they meet only at the id.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.