falahati / LiteDBViewer

LiteDB Viewer is a simple tool that let you open a LiteDB database file and shows its contents; think of it as a GUI for LiteDBShell
GNU General Public License v2.0
294 stars 53 forks source link

What is the query syntax? #18

Closed voxoid0 closed 6 years ago

voxoid0 commented 6 years ago

Probably something like this https://github.com/mbdavid/LiteDB/wiki/Expressions , but I still haven't applied it successfully. E.g. what if I just want to list all records where field1='bla'?

dmlittledm commented 6 years ago

in my case this sample query works correctly: db.Order.find Number>33280 and AuthType="None" limit 100

falahati commented 6 years ago

Hey

Please read this: https://github.com/mbdavid/LiteDB/wiki/Shell