document db entity relationships
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:53:18 +0000 (15:53 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 22:53:18 +0000 (15:53 -0700)
commit8d59994680c26fa42e7205e2acf00a1665f552d1
tree3a22ce1516271448bc72c69733d5f4669c016742
parent18eee8e467173aee380bd0727d7065469e706727
document db entity relationships
documentation/media/postgres-er.svg [new file with mode: 0644]
documentation/media/sqlite-er.svg [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.0/er.dot [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.1/er.dot [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.2/er.dot [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.3/er.dot [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.0/er.dot [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.1/er.dot [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.2/er.dot [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.3/er.dot [new file with mode: 0644]