Add support for MongoDB (or any other database) for property read-write #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are certain settings in hardware which are helpful to be backed up to databases as the hardware "forgets" the setting when power cycled and goes to a default setting.
Since settings are generally modelled as properties, after the property write, the value can be stored to the database.
Currently SQLite and MySQL/postgres is supported.
It's useful to have a JSON driven DB as the default seriliazer is JSON for all operations. It also helps the package end-developer to stick to JSON data types.
Involved tasks -
If interested, do the same for another database binding
There is also a JSON file writer in labthings-fastapi, it would be useful to integrate that for that layman novice user who neither wants mongo, nor SQLite.
The text was updated successfully, but these errors were encountered: