aboutsummaryrefslogtreecommitdiff
path: root/database/src/kv
AgeCommit message (Expand)Author
10 daystext search multiple fieldsmetamuffin
10 daysfix text search prefix bugmetamuffin
11 daystokenize lowercasemetamuffin
11 daysbasic text searchmetamuffin
2026-03-07manual clippymetamuffin
2026-03-01fix resume on reverse value indexmetamuffin
2026-02-28fix cont token check in value sortmetamuffin
2026-02-27reimplement Object as slice typemetamuffin
2026-02-26db continuationmetamuffin
2026-02-26implement application-side continuation tokensmetamuffin
2026-02-22update and clean up dependenciesmetamuffin
2026-02-22db random sortmetamuffin
2026-02-19query parsermetamuffin
2026-02-19all idents as string; move value type; add cow to queriesmetamuffin
2026-02-18show database debug infometamuffin
2026-02-18dynamic typed db match valuesmetamuffin
2026-02-18use fourcc as object tags (bad idea); store type info within objectsmetamuffin
2026-02-17descending value sortmetamuffin
2026-02-17fix index key value sort sermetamuffin
2026-02-17implement basic value sortmetamuffin
2026-02-11fix list_index bug; move testsmetamuffin
2026-02-10fix index key ser; query debug printmetamuffin
2026-02-09fix match indexmetamuffin
2026-02-08indexing but its brokenmetamuffin
2026-02-08count indexmetamuffin
2026-02-08list index; generalize counters; count and none indexmetamuffin
2026-02-06idkmetamuffin
2026-02-06index key serializationmetamuffin
2026-02-05remove read/write distinction for kv transactions; traitify databasemetamuffin