|
ESP32 MQTT IoT Communication
|
Namespaces | |
| namespace | db |
| Creates a sqlite database. | |
Functions | |
| None | db.create_tables (str schema_path, str db_path) |
| Creates a database according to a schema. | |
| db.main () | |
| Creates a database using the schema saved at "db/iot_schema.sql" and saving it to "db/iot.db". | |