aboutsummaryrefslogtreecommitdiff
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* Just refactor a bitAlex Auvolat2022-06-021-71/+45
* Horrible implementation of range for sqliteAlex Auvolat2022-06-021-2/+92
* Sqlite iter with unsafe codeAlex Auvolat2022-06-023-14/+87
* Add back SendAlex Auvolat2022-06-021-1/+1
* Begin sqlite adapterAlex Auvolat2022-06-025-102/+394
* Use Cell instead of ArcSwapAlex Auvolat2022-06-023-42/+27
* Complete sled abstractionAlex Auvolat2022-06-022-17/+133
* Do not put sled in garage's cargo.tomlAlex Auvolat2022-06-021-0/+2
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-023-62/+162
* Implement iter() and range() on dbAlex Auvolat2022-06-023-15/+98
* First iteration of a generic DB layerAlex Auvolat2022-06-024-0/+378