Dnd 5e unit/character tracker for Dungeon Masters of DnD 5th edition.
startup.sh
script to create and start the containerized postgres instance and upload all data into the container.User info: Users' passwords are not stored in the database. Uniquely salted hashes are put in the credentialInfo column.
userid | username | credentialinfo | sources |
---|---|---|---|
serial primary key | text | text | text[] |
10 | rtfreedman | 6DA1D16...5421 | PHB,BR,Volo,... |
id | userid | savedContent | contentType |
---|---|---|---|
serial primary key | integer | text | text |
0 | 10 | {'characters':...} | state |
id | range | school | classes | castingtime | athigherlevels | level | components | duration | name | concentration | description | source |
---|---|---|---|---|---|---|---|---|---|---|---|---|
primary key serial | text | text | text[] | text | text | integer | text | text | text | text | text | text |
TODO