Skip to content

quarkifii/quark-db-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuarkDB

NoSQL Database for Arduino Based Boards

Use API or CLI like any DB

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

Compatible Hardware

  • ESP8266 based boards
  • ESP32 based boards
    NOTE: Other boards will be supported soon.

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type QuarkDB into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using Git

cd ~/Documents/Arduino/libraries/ 
git clone https://github.com/quarkifii/quark-db-arduino QuarkDB 

API and CLI

See API and CLI commands.

Examples

See examples folder.

More Information

More information of Quarkifi DB can be found here.

For any issue please reach out to support@quarkifi.com or raise an issue.

License

This libary is licensed under the MIT Licence.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages