db-map
A Send&Sync typed key-value store - persisted to the disk with SQLite - with the following methods:
insert(key, value)get(key) -> valueget_keys(value) -> [keys]
use DBMap;
use Result;
A Send&Sync typed key-value store - persisted to the disk with SQLite - with the following methods:
insert(key, value)get(key) -> valueget_keys(value) -> [keys]use DBMap;
use Result;