793 B
793 B
Ghee Roadmap
0.1
cp
mv
rm
get
set
0.2
idx
0.2.1
- Set keyname xattr for future use
0.3
- WHERE style select clauses
- Recursive
get
by default - Rename -> Ghee
0.4
-[x] REPL
-[x] ins
for adding to table while maintaining related indexes
-[x] ins
from JSON
-[ ] del
for removing from table while maintaining related indexes
-[x] ls
to show Ghee's view of the world
-[x] init
to initialize a directory as a full-fledged Ghee table (with specified key names)
-[x] Sensible default destination for idx
0.5
-[ ] create
to init
and ins
simultaneously
-[ ] Integrate with Btrfs snapshots?
-[ ] Unit test remaining commands
Future
- Accelerate
get
using index - Enforce f64 vs String types, don't let them be comparable