Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -29/+10 |
* | Start LMDB adapter, with fixed semantics | Alex Auvolat | 2022-06-03 | 1 | -11/+11 |
* | Conversion utility | Alex Auvolat | 2022-06-03 | 1 | -50/+14 |
* | Fix most clippy lints | Alex Auvolat | 2022-06-03 | 1 | -20/+22 |
* | Change value type to be a dyn thing | Alex Auvolat | 2022-06-03 | 1 | -18/+37 |
* | Begin sqlite adapter | Alex Auvolat | 2022-06-02 | 1 | -50/+55 |
* | Use Cell instead of ArcSwap | Alex Auvolat | 2022-06-02 | 1 | -20/+20 |
* | Complete sled abstraction | Alex Auvolat | 2022-06-02 | 1 | -14/+81 |
* | Do not put sled in garage's cargo.toml | Alex Auvolat | 2022-06-02 | 1 | -0/+2 |
* | Adapt Garage to use new DB abstraction | Alex Auvolat | 2022-06-02 | 1 | -29/+60 |
* | Implement iter() and range() on db | Alex Auvolat | 2022-06-02 | 1 | -5/+46 |
* | First iteration of a generic DB layer | Alex Auvolat | 2022-06-02 | 1 | -0/+132 |