s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Setting entities #44

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

Implemented entities for storage of persistent data:

Implemented corresponding tables, set up object-relational mapping, updated implementation of corresponding system components to use new DB-based configuration format for Things, Placement and Connections. And added a configuration migration script

Closes #30