Closed voxoid0 closed 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'?
in my case this sample query works correctly: db.Order.find Number>33280 and AuthType="None" limit 100
Hey
Please read this: https://github.com/mbdavid/LiteDB/wiki/Shell
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'?