Schema for the SQL database for Sienna Applications
Important
The griddb schema was designed using SQLite 3.45 to use some of the jsonb functionality. We do not intend to provide backwards compatibility since when we deisgined this 3.45 had already a year of being deployed.
Note
The recommended method to install just is using cargo.
However, there are multiple ways of installing it see the just documentation for just
cargo install justjust testTo create a database with the schema use the following command:
just queries $DB_NAMEInstall a virtual environment
python -m venv .venvSetup the python environment
python -m pip install -r requirements.txtSetup pre-commit to run automatically on each commit.
pre-commit install