db-map
A Send&Sync typed key-value store - persisted to the disk with SQLite - with the following methods:
insert(key, value)
get(key) -> value
get_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) -> value
get_keys(value) -> [keys]
use DBMap;
use Result;