Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

executable file
·
17 lines (9 loc) · 504 Bytes

Jongo logo

Jongo

Using Mongo with it's Java driver can be tricky:
Queries have to be written using a criteria like style, results are untyped and have to be manually mapped.

Jongo makes it easy:
Queries can be written as String, results can be unmarshalled as any Java object.

Documentation available at jongo.org