Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Safe choice: return Vec<u8> and not some fancy zero-copy type | Alex Auvolat | 2022-06-06 | 1 | -6/+6 |
* | Fix more sqlite deadlocks | Alex Auvolat | 2022-06-06 | 1 | -67/+66 |
* | fixes | Alex Auvolat | 2022-06-06 | 1 | -0/+1 |
* | Start LMDB adapter, with fixed semantics | Alex Auvolat | 2022-06-03 | 1 | -11/+11 |
* | whoops | Alex Auvolat | 2022-06-03 | 1 | -0/+1 |
* | Slightly prettier code | Alex Auvolat | 2022-06-03 | 1 | -8/+8 |
* | Garage works on sqlite, but it's a hack | Alex Auvolat | 2022-06-03 | 1 | -16/+64 |
* | Conversion utility | Alex Auvolat | 2022-06-03 | 1 | -16/+19 |
* | Fix most clippy lints | Alex Auvolat | 2022-06-03 | 1 | -25/+27 |
* | Change value type to be a dyn thing | Alex Auvolat | 2022-06-03 | 1 | -0/+4 |
* | Drop later | Alex Auvolat | 2022-06-03 | 1 | -14/+11 |
* | Just refactor a bit | Alex Auvolat | 2022-06-02 | 1 | -71/+45 |
* | Horrible implementation of range for sqlite | Alex Auvolat | 2022-06-02 | 1 | -2/+92 |
* | Sqlite iter with unsafe code | Alex Auvolat | 2022-06-02 | 1 | -9/+85 |
* | Begin sqlite adapter | Alex Auvolat | 2022-06-02 | 1 | -0/+265 |