Set up database backend #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After some consideration we should utilize the current MariaDB-server and create a database there for the content-API for storing entries.
The following should be created:
Database name: bcnsgds_[prod,test,dev]
Currently not certain if
gameshould use int or uuid as primary key (pk). Most likely uuid will only be used when communicating outwards and a SMALLINT will be used for pk for performance reasons.