MatsAndT / Astro-pi-kvadda-19-20

MIT License
2 stars 1 forks source link

Data lagring #2

Closed MatsAndT closed 4 years ago

MatsAndT commented 4 years ago

The system for storing the data from the sensors.

create_connection : To create the connection to DB or create the DB when if it does not exist

create_table : To create the table, it will not create it if it already exists

insert_data : To insert data from the sensor to the DB

close : It will commit and close the connection to DB