mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
17 lines
466 B
Markdown
17 lines
466 B
Markdown
# DB
|
|
|
|
Roleypoly's DB schemas, connectors, and other useful database admin tools.
|
|
|
|
## Tools
|
|
|
|
### ent
|
|
|
|
ent schema and the files it generates.
|
|
|
|
Edit nothing outside of the `schemas` folder, as all others are generated.
|
|
|
|
When done editing, do `go generate ./ent` to update generation.
|
|
|
|
_Failing to generate files will make CI fail._
|
|
|
|
All schemas must be backwards compatible with previous versions of this library, and be compatible with **CockroachDB**-based Postgres.
|