Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize SQL database when starting application #31

Open
x80486 opened this issue Oct 23, 2024 · 0 comments
Open

Initialize SQL database when starting application #31

x80486 opened this issue Oct 23, 2024 · 0 comments

Comments

@x80486
Copy link

x80486 commented Oct 23, 2024

I would like to propose an enhancement regarding the initialization of the SQL store, but I'm not sure how it plugs into the lifecycle of the simulations.

The feature would involve automatically initializing the SQL store (typically an in-memory or temporary database) when the application starts, provided that two predefined files, such as schema.sql and data.sql, are placed in the correct location.

This is a little bit more friendly than storing a binary, and it's clear what gets bootstrapped with the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant