Grimcheese / GardenStation

All in one solution for monitoring my garden.
0 stars 0 forks source link

1 implement database #6

Closed Grimcheese closed 8 months ago

Grimcheese commented 8 months ago

Created a Database class that can be used to create a new database, and insert/retrieve moisture readings. It is currently a stand alone class that does not integrate with any other parts of the project, but is instead a starting point for the web app and micro-controller features.

It is fully tested with 100% coverage and passing tests using test data generated by a python script.

The API and how to use it will be further explained in documentation to be written.