https://github.com/smallstep/nosql
NoSQL is an abstraction layer for data persistency
https://github.com/smallstep/nosql
Last synced: 11 months ago
JSON representation
NoSQL is an abstraction layer for data persistency
- Host: GitHub
- URL: https://github.com/smallstep/nosql
- Owner: smallstep
- License: apache-2.0
- Created: 2019-03-01T18:57:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T05:43:57.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:09:02.051Z (12 months ago)
- Language: Go
- Size: 313 KB
- Stars: 21
- Watchers: 11
- Forks: 25
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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
- [x] [BoltDB](https://github.com/etcd-io/bbolt) etcd fork.
- [x] Badger
- [x] MariaDB/MySQL
- [x] PostgreSQL
- [ ] Cassandra
- [ ] ...