aboutsummaryrefslogtreecommitdiff
path: root/src/db/sled_adapter.rs
Commit message (Collapse)AuthorAgeFilesLines
* Start LMDB adapter, with fixed semanticsAlex Auvolat2022-06-031-11/+11
|
* Conversion utilityAlex Auvolat2022-06-031-50/+14
|
* Fix most clippy lintsAlex Auvolat2022-06-031-20/+22
|
* Change value type to be a dyn thingAlex Auvolat2022-06-031-18/+37
|
* Begin sqlite adapterAlex Auvolat2022-06-021-50/+55
|
* Use Cell instead of ArcSwapAlex Auvolat2022-06-021-20/+20
|
* Complete sled abstractionAlex Auvolat2022-06-021-14/+81
|
* Do not put sled in garage's cargo.tomlAlex Auvolat2022-06-021-0/+2
|
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-021-29/+60
|
* Implement iter() and range() on dbAlex Auvolat2022-06-021-5/+46
|
* First iteration of a generic DB layerAlex Auvolat2022-06-021-0/+132