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
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.
The text was updated successfully, but these errors were encountered:
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
anddata.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.
The text was updated successfully, but these errors were encountered: