#key-value-database #database-interface #db #portable #nosql #sql-database #insert

nightly nosql_db

The NoSQL DB provide a simple and portable interface for a Key-Value database for rust

2 releases

0.0.2 Dec 18, 2022
0.0.1 Dec 18, 2022

#2821 in Database interfaces

40 downloads per month
Used in nosql_rocksdb

GPL-2.0 license

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.

No runtime deps