Database
This document describes the database configuration.
There are two available database mangement systems (DBMS).
PostgreSQL
This can be used for both local and azure deployment.
For local deployment, create a database called 'qualityassurance'.
Use the schema files in the db/postgres/schema to set up the entities and their relation.
Then add the seed data.
If you want to configure your database url, you must ensure it matches the appropriate properties files.
application-postgres.properties
application-postgres-azure.properties
Ensure the correct credentials are in the relevant properties file.
SQLite
No additional setup is required as SQLite uses a local file-based database.
Ensure `application-sqlite.properties` points to the correct SQLite database file.
Last updated