aboutsummaryrefslogtreecommitdiff
path: root/src/table/schema.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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