/sqlitemap

A key value store for Sqlite3 in Rust, following HashMap's interface

Primary LanguageRust

SqliteMap

SqliteMap provides a key-value store interface to Sqlite3, closely following the standard library's HashMap.

Its only dependency is rusqlite