-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
component/databaseRelated to a database componentRelated to a database componentenhancementNew feature or requestNew feature or request
Description
Problem Statement
The current init script for creating the necessary tables is based on php. While it works, it adds another component which needs to be installed and maintained and introduces dependencies.
Proposed Solution
get rid of the php initialization, maybe the sql generation could be done at generation time instead of runtime and passed. Or another lightweight way with minimal dependencies
Alternatives Considered
No response
Additional Context
No response
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing feature request
Metadata
Metadata
Assignees
Labels
component/databaseRelated to a database componentRelated to a database componentenhancementNew feature or requestNew feature or request