Easy database queries for Java

Getting Started (Deprecated)

  1. To play with Jinq, you must first download version 0.8 of the Jinq source code and unpack it somewhere.
  2. Jinq requires Java 8. Be sure you have the latest Java 8 JDK from Oracle installed.
  3. Jinq also uses requires the use of ASM for its bytecode analysis. You need to download the asm-5.0.1-bin.zip release, and copy the asm-5.0.1/lib/all/asm-all-5.0.1.jar file from the .zip archive to the lib directory of Jinq.
  4. You can now go into the Jinq directory and run ant to build and run Jinq and its sample project.

Understanding the Sample Project

Compiling Jinq

Jinq Mini-ORM

Compile the sample demo program

Run the demo

Running the demo with a real database