WebThingsIO / registration_server

The registration server for WebThings Gateway.
Mozilla Public License 2.0
79 stars 33 forks source link

Switch database to diesel. #60

Closed mrstegeman closed 6 years ago

mrstegeman commented 6 years ago

This allows us to abstract the database queries such that we can work with MySQL, PostgreSQL, and SQLite interchangeably.

Fixes #4 Fixes #5 References #39