zippoxer / bow

Bow - Minimal embedded database powered by Badger
MIT License
223 stars 15 forks source link

Query engine #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Since your at the stage of the query engine design maybe you should look at this

https://github.com/vilterp/treesql

It's got some amazing features and built on boltdb. It's query engine is impressive. It does live queries. It does grahql which is a great match for KV stores.. Anyway have a look.

zippoxer commented 6 years ago

Duplicate of #2