aboutsummaryrefslogtreecommitdiff
path: root/src/db
Commit message (Collapse)AuthorAgeFilesLines
* Small syntax changesAlex Auvolat2022-06-062-6/+2
|
* Safe choice: return Vec<u8> and not some fancy zero-copy typeAlex Auvolat2022-06-064-187/+35
|
* Fix more sqlite deadlocksAlex Auvolat2022-06-061-67/+66
|
* fixesAlex Auvolat2022-06-065-12/+32
|
* Integrate LMDB with restAlex Auvolat2022-06-032-1/+36
|
* Implement iterator for LMDBAlex Auvolat2022-06-031-8/+98
|
* LMDB: use Heed wrapper (much more complete)Alex Auvolat2022-06-033-39/+33
|
* Start LMDB adapter, with fixed semanticsAlex Auvolat2022-06-036-44/+328
|
* whoopsAlex Auvolat2022-06-031-0/+1
|
* Slightly prettier codeAlex Auvolat2022-06-032-8/+17
|
* Garage works on sqlite, but it's a hackAlex Auvolat2022-06-034-22/+75
|
* Conversion utilityAlex Auvolat2022-06-035-78/+130
|
* Fix most clippy lintsAlex Auvolat2022-06-034-74/+78
|
* Change value type to be a dyn thingAlex Auvolat2022-06-035-34/+150
|
* Drop laterAlex Auvolat2022-06-032-14/+16
|
* 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