You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Craig Arthur edited this page Jul 13, 2016
·
2 revisions
Initially, we developed the simulation database using an SQLite database backend. This has resulted in (relatively) easy development of the simulation database and query functions to demonstrate how to interrogate the database after creation. To align with organisational norms, a PostGRES database backend is preferred.
The task is to generalise the existing sqlite database code using a database abstraction layer (e.g. SQLAlchemy), so we can then use any database of our choice.