2 releases
0.0.2 | Dec 18, 2022 |
---|---|
0.0.1 | Dec 18, 2022 |
#2989 in Database interfaces
Used in nosql_rocksdb
4KB
NoSQL DB
The NoSQL DB provide a simple and portable interface for a Key-Value database for rust!
Table of Content
- Introduction
- How to Use
- How to add support for another db
- License
lib.rs
:
No SQL database interface that provide an easy way to interact with any kind of key value databases.
The main reason to have a key value database is that you should be able to switch between databases without a big refactoring.
This is possible because usually a key value database provide a interface with simple API, like you are insert inside a map.