index
:
jellything
master
new-model
pages
rewrite-stream
video_channel_display
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
database
/
src
/
kv
Age
Commit message (
Expand
)
Author
10 days
text search multiple fields
metamuffin
10 days
fix text search prefix bug
metamuffin
11 days
tokenize lowercase
metamuffin
11 days
basic text search
metamuffin
2026-03-07
manual clippy
metamuffin
2026-03-01
fix resume on reverse value index
metamuffin
2026-02-28
fix cont token check in value sort
metamuffin
2026-02-27
reimplement Object as slice type
metamuffin
2026-02-26
db continuation
metamuffin
2026-02-26
implement application-side continuation tokens
metamuffin
2026-02-22
update and clean up dependencies
metamuffin
2026-02-22
db random sort
metamuffin
2026-02-19
query parser
metamuffin
2026-02-19
all idents as string; move value type; add cow to queries
metamuffin
2026-02-18
show database debug info
metamuffin
2026-02-18
dynamic typed db match values
metamuffin
2026-02-18
use fourcc as object tags (bad idea); store type info within objects
metamuffin
2026-02-17
descending value sort
metamuffin
2026-02-17
fix index key value sort ser
metamuffin
2026-02-17
implement basic value sort
metamuffin
2026-02-11
fix list_index bug; move tests
metamuffin
2026-02-10
fix index key ser; query debug print
metamuffin
2026-02-09
fix match index
metamuffin
2026-02-08
indexing but its broken
metamuffin
2026-02-08
count index
metamuffin
2026-02-08
list index; generalize counters; count and none index
metamuffin
2026-02-06
idk
metamuffin
2026-02-06
index key serialization
metamuffin
2026-02-05
remove read/write distinction for kv transactions; traitify database
metamuffin