v3/src/db
2020-10-10 04:36:22 -04:00
..
ent feat: add skeleton of discord-auth, resolve gazelle issues.. again 2020-09-23 23:44:57 -04:00
.gitignore re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00
LICENSE re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00
README.md chore: prettier 2020-10-10 04:36:22 -04:00

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.