aboutsummaryrefslogtreecommitdiff
path: root/src/db/lmdb_adapter.rs
Commit message (Expand)AuthorAgeFilesLines
* Small syntax changesAlex Auvolat2022-06-061-3/+1
* Safe choice: return Vec<u8> and not some fancy zero-copy typeAlex Auvolat2022-06-061-59/+11
* fixesAlex Auvolat2022-06-061-2/+9
* Integrate LMDB with restAlex Auvolat2022-06-031-1/+25
* Implement iterator for LMDBAlex Auvolat2022-06-031-8/+98
* LMDB: use Heed wrapper (much more complete)Alex Auvolat2022-06-031-36/+30
* Start LMDB adapter, with fixed semanticsAlex Auvolat2022-06-031-0/+270