atuin/atuin-client
Ellie Huxtable 69a772d1ca
Add kv map builder and list function (#1179)
* Add kv map builder and list function

1. BREAKING - default namespace is now called "default"
2. Build an in-memory hashmap from the kv store
3. Allow listing

I need to cache the hashmap next, probs with a write-through to avoid
constant rebuilds.

Also check if BTreeMap is suitable. Sorted is useful for listing but
there's probs a better ds to use.

* Allow pure kv set, no filesystem
2023-08-18 08:36:55 +01:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
record-migrations Add new sync (#1093) 2023-07-14 20:44:08 +01:00
src Add kv map builder and list function (#1179) 2023-08-18 08:36:55 +01:00
Cargo.toml Fix client-only builds (#1155) 2023-08-07 12:06:48 +01:00
config.toml Update(docs) Add workspace to config.toml and config.md (#1157) 2023-08-09 23:06:27 +01:00