Hacker News new | ask | show | jobs
by AdieuToLogic 1147 days ago
There are numerous libraries which can make querying MongoDB a bit nicer. Here are a few which may be worth considering, depending on what language is used:

C-sharp: https://github.com/mongodb-labs/mongo-csharp-search

Java: https://github.com/streamx-co/FluentMongo

Scala: https://github.com/osxhacker/scala-bson-query

Typescript: https://www.npmjs.com/package/ts-mongodb-orm

HTH

1 comments