Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify sqlite | Alex Auvolat | 2022-06-07 | 1 | -32/+12 |
* | sqlite can actually tell us its version | Alex Auvolat | 2022-06-07 | 1 | -1/+1 |
* | Inform user of what DB engine Garage is running on | Alex Auvolat | 2022-06-07 | 1 | -0/+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 | -20/+27 |
* | db abstraction: make .insert() and .remove() return the old value | Alex Auvolat | 2022-06-07 | 1 | -29/+69 |
* | Bring back the counted tree hack for Sled (with caveat) | Alex Auvolat | 2022-06-07 | 1 | -17/+26 |
* | Remove useless clones in sqlite | Alex Auvolat | 2022-06-06 | 1 | -4/+4 |
* | 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 |