edgehog-device-manager / edgehog-device-runtime

Edgehog Device Runtime is a portable middleware written in Rust, that enables remote device management on Linux-based systems.
Apache License 2.0
11 stars 10 forks source link

Feat: add option to use the SQLite store with the Astarte Sdk #328

Open joshuachp opened 5 months ago

joshuachp commented 5 months ago

Add an option in the config to be able to use the SQLite store with the Astarte SDK.

The database would be store in the already present store_directory, we should add a boolean option to the AstarteDeviceSdkConfigOptions to enable the SQLite store.