aboutsummaryrefslogtreecommitdiff
path: root/src/db/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Garage works on sqlite, but it's a hackAlex Auvolat2022-06-031-1/+7
* Conversion utilityAlex Auvolat2022-06-031-11/+32
* Fix most clippy lintsAlex Auvolat2022-06-031-27/+27
* Change value type to be a dyn thingAlex Auvolat2022-06-031-1/+86
* Sqlite iter with unsafe codeAlex Auvolat2022-06-021-4/+2
* Add back SendAlex Auvolat2022-06-021-1/+1
* Begin sqlite adapterAlex Auvolat2022-06-021-28/+44
* Use Cell instead of ArcSwapAlex Auvolat2022-06-021-21/+7
* Complete sled abstractionAlex Auvolat2022-06-021-3/+52
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-021-23/+91
* Implement iter() and range() on dbAlex Auvolat2022-06-021-0/+15
* First iteration of a generic DB layerAlex Auvolat2022-06-021-0/+174