File: README.md

package info (click to toggle)
golang-github-smallstep-nosql 0.3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 41
file content (18 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
- [ ] PostgreSQL
- [ ] Cassandra
- [ ] ...