Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inform user of what DB engine Garage is running on | Alex Auvolat | 2022-06-07 | 1 | -0/+4 |
| | |||||
* | simplify & fix db tests | Alex Auvolat | 2022-06-07 | 1 | -4/+4 |
| | |||||
* | cargo fmt | Alex Auvolat | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Correct error type for (unimplemented) iterators in transactions | Alex Auvolat | 2022-06-07 | 1 | -5/+5 |
| | |||||
* | Cleaner error management (less error-prone api) | Alex Auvolat | 2022-06-07 | 1 | -19/+26 |
| | |||||
* | db abstraction: make .insert() and .remove() return the old value | Alex Auvolat | 2022-06-07 | 1 | -15/+17 |
| | |||||
* | Bring back the counted tree hack for Sled (with caveat) | Alex Auvolat | 2022-06-07 | 1 | -4/+6 |
| | | | | caveat: it's not only for sled | ||||
* | Fix clippy | Alex Auvolat | 2022-06-06 | 1 | -6/+6 |
| | |||||
* | Simplify lmdb adapter (one less indirection) | Alex Auvolat | 2022-06-06 | 1 | -27/+6 |
| | |||||
* | Small syntax changes | Alex Auvolat | 2022-06-06 | 1 | -3/+1 |
| | |||||
* | Safe choice: return Vec<u8> and not some fancy zero-copy type | Alex Auvolat | 2022-06-06 | 1 | -59/+11 |
| | |||||
* | fixes | Alex Auvolat | 2022-06-06 | 1 | -2/+9 |
| | |||||
* | Integrate LMDB with rest | Alex Auvolat | 2022-06-03 | 1 | -1/+25 |
| | |||||
* | Implement iterator for LMDB | Alex Auvolat | 2022-06-03 | 1 | -8/+98 |
| | |||||
* | LMDB: use Heed wrapper (much more complete) | Alex Auvolat | 2022-06-03 | 1 | -36/+30 |
| | |||||
* | Start LMDB adapter, with fixed semantics | Alex Auvolat | 2022-06-03 | 1 | -0/+270 |