aboutsummaryrefslogtreecommitdiff
path: root/src/table/schema.rs
Commit message (Expand)AuthorAgeFilesLines
* undo sort_key() returning CowAlex Auvolat2023-06-091-13/+5
* New multipart upload table layoutAlex Auvolat2023-06-091-0/+12
* Use Cow<[u8]> for sort keysAlex Auvolat2023-06-091-5/+7
* cleanupAlex Auvolat2023-01-031-11/+6
* Refactor how things are migratedAlex Auvolat2023-01-031-11/+12
* First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-1/+1
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-5/+14
* First implementation of K2V (#293)Alex2022-05-101-1/+1
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-0/+3
* New model for bucketsAlex Auvolat2022-01-041-2/+2
* Make table name a const in traitAlex Auvolat2021-12-151-0/+7
* rename types to CamelCaseTrinity Pointard2021-05-031-2/+2
* fix clippy warnings on tableTrinity Pointard2021-05-031-1/+1
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-1/+1
* make most requested changesTrinity Pointard2021-04-271-2/+2
* attempt at documenting table crateTrinity Pointard2021-04-271-4/+15
* cargo fmtAlex Auvolat2021-03-121-1/+3
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-0/+2
* Change hash function to blake2 for partition keys based on stringsAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-3/+3
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-4/+6
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-4/+0
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-29/+22
* cargo fmtAlex Auvolat2020-07-081-6/+5
* Add support for model migrationsAlex Auvolat2020-07-081-0/+77