Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 417 Bytes

NoSQL

NoSQL is an abstraction layer for data persistence.

This project is in development, the API is not stable.

Implementations

The current version comes with a few implementations inlcuding Mysql, Badger, and BoltDB, but implementations are on the roadmap.

  • Memory
  • BoltDB etcd fork.
  • Badger
  • MariaDB/MySQL
  • PostgreSQL
  • Cassandra
  • ...