eugeneware / jsonquery-engine

A full MongoDB query language implementation with INDEXES for querying your levelup/leveldb database.
55 stars 5 forks source link

readme file example doesn't have { valueEncoding: 'json' } #4

Open hems opened 9 years ago

hems commented 9 years ago

which i only found on the test file: https://github.com/eugeneware/jsonquery-engine/blob/master/test/level-plan.js#L28

eugeneware commented 9 years ago

Thanks. Fixed in aa01bbcb63c5f6801ef936a52120356c414c5979

hems commented 9 years ago

yeah actually the README file could be a bit more friendly, like the "makeSomeData" method returns a specific format, which isn't a standard array of objects and so on.

i know you guys know what you doing, so you probably don't mind that most users won't understand and will stay away from the project.