Skip to content

JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner.

Notifications You must be signed in to change notification settings

wernerfragner/jaqlib

Repository files navigation

JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner.

Example: List result = Jaqlib.List.selectFrom(myCollection).where(myCondition).asList()

Features

  • Querying Java Collection Classes
  • Querying Databases
  • Insert/Update/Delete on Databases
  • Querying XML Files

Download

Currently, only the (quite old) releases on Sourceforge are available for download: https://sourceforge.net/projects/jaqlib/

About

JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages