Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Garage works on sqlite, but it's a hack | Alex Auvolat | 2022-06-03 | 1 | -1/+7 |
* | Conversion utility | Alex Auvolat | 2022-06-03 | 1 | -11/+32 |
* | Fix most clippy lints | Alex Auvolat | 2022-06-03 | 1 | -27/+27 |
* | Change value type to be a dyn thing | Alex Auvolat | 2022-06-03 | 1 | -1/+86 |
* | Sqlite iter with unsafe code | Alex Auvolat | 2022-06-02 | 1 | -4/+2 |
* | Add back Send | Alex Auvolat | 2022-06-02 | 1 | -1/+1 |
* | Begin sqlite adapter | Alex Auvolat | 2022-06-02 | 1 | -28/+44 |
* | Use Cell instead of ArcSwap | Alex Auvolat | 2022-06-02 | 1 | -21/+7 |
* | Complete sled abstraction | Alex Auvolat | 2022-06-02 | 1 | -3/+52 |
* | Adapt Garage to use new DB abstraction | Alex Auvolat | 2022-06-02 | 1 | -23/+91 |
* | Implement iter() and range() on db | Alex Auvolat | 2022-06-02 | 1 | -0/+15 |
* | First iteration of a generic DB layer | Alex Auvolat | 2022-06-02 | 1 | -0/+174 |