index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
atuin-client
/
src
/
kv.rs
(
unfollow
)
Commit message (
Expand
)
Author
2025-05-06
feat: Implement KV as a write-through cache (#2732)
Michelle Tilley
2025-04-01
feat(kv): Add support for 'atuin kv delete' (#2660)
Michelle Tilley
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2024-08-05
test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)
Jax Young
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-02-12
feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite s...
Eric Long
2024-01-19
fix: add acquire timeout to sqlite database connection (#1590)
Ellie Huxtable
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable
2023-08-18
Update dependencies (#1181)
Conrad Ludgate
2023-08-18
Add kv map builder and list function (#1179)
Ellie Huxtable
2023-08-07
Prepare release v16.0.0 (#1143)
Ellie Huxtable
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-06-26
record encryption (#1058)
Conrad Ludgate
2023-06-18
remove rmp-serde (#1057)
Conrad Ludgate
2023-06-15
Add namespaces to kv store (#1052)
Ellie Huxtable
2023-06-14
Key values (#1038)
Ellie Huxtable