An Arduino library for managing data just like any other NoSQL DB.
Data managed using ArduinoJson and SPIFFS file system for ESP boards.
API and usage details can be found here
- ESP8266 based boards
- ESP32 based boards
NOTE: Other boards will be supported soon.
- Choose
Sketch
->Include Library
->Manage Libraries...
- Type
QuarkDB
into the search box. - Click the row to select the library.
- Click the
Install
button to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/quarkifii/quark-db-arduino QuarkDB
See API and CLI commands.
See examples folder.
More information of Quarkifi DB can be found here.
For any issue please reach out to support@quarkifi.com or raise an issue.
This libary is licensed under the MIT Licence.