diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-08-18 08:36:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 08:36:55 +0100 |
| commit | 69a772d1caa52464612b602d7342a2d5aa27048c (patch) | |
| tree | 770ae3b8d5d36c49a90fc68c9a2b1a5af4a9cb44 /atuin-client/src/database.rs | |
| parent | fix(ubuntu/arm*): detect non amd64 ubuntu and handle (#1131) (diff) | |
| download | atuin-69a772d1caa52464612b602d7342a2d5aa27048c.zip | |
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
Diffstat (limited to 'atuin-client/src/database.rs')
0 files changed, 0 insertions, 0 deletions
