We currently have dependency on hard-coded ./data location for application data. This introduces data persistency issue when we run as container. Let get rid of this code and better infer SQLite db file location folder from connection string directly and ensure it exists on first run.
We currently have dependency on hard-coded ./data location for application data. This introduces data persistency issue when we run as container. Let get rid of this code and better infer SQLite db file location folder from connection string directly and ensure it exists on first run.