Lapiniot / Net.MQTT

0 stars 0 forks source link

Remove dependency on hardcoded preconfigured application data folder #4

Closed Lapiniot closed 3 months ago

Lapiniot commented 3 months ago

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.