-
Notifications
You must be signed in to change notification settings - Fork 114
Multiple database engines #360
Copy link
Copy link
Open
Labels
Kind: Enhancement 🌟Target: DatabaseIssues related to the database schema of the core or a plugin, or database handling in general.Issues related to the database schema of the core or a plugin, or database handling in general.
Metadata
Metadata
Assignees
Labels
Kind: Enhancement 🌟Target: DatabaseIssues related to the database schema of the core or a plugin, or database handling in general.Issues related to the database schema of the core or a plugin, or database handling in general.
In #359 the
--databaseflag has been eliminated from underCodeCompass_webserver. This connection string is unique for different projects, so this connection string is stored in the workspace directory for every project.This indicates that different projects could connect to different database engines (currently PostgreSQL and SQLite are supported). However, the .sql files are generated only for one engine at the same time. We could leave this limitation by generating .sql files for both database engine format.
I think this should be a low level priority, best effort ticket. The subtasks are:
-DDATABASEflag from CMake build system.