Crate nosql_db

source ·
Expand description

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.

Modules

Custom error message for the database

Traits

Simple No SQL interface that expose simple sync and async API to interact with the database.