Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 510 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 510 Bytes

Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!

More information can be found on the Jinq project page