Pinned Repositories
demo
A jOOQ demo working with the Sakila database
jbang-example
A quick example to get up and running with jbang
jOOL
jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
jOOQ
jOOQ is the best way to write SQL in Java
jOOQ-mcve
A simple example project that can be used to create MCVE's to report jOOQ issues
jOOR
jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
jOOU
jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
jOOX
jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
sakila
The Sakila Database
sql-scripts
Some fun and useful SQL scripts
jOOQ Object Oriented Querying's Repositories
jOOQ/jOOQ
jOOQ is the best way to write SQL in Java
jOOQ/jOOR
jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
jOOQ/jOOL
jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
jOOQ/jOOX
jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
jOOQ/sakila
The Sakila Database
jOOQ/jOOU
jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
jOOQ/jOOQ-mcve
A simple example project that can be used to create MCVE's to report jOOQ issues
jOOQ/demo
A jOOQ demo working with the Sakila database
jOOQ/sql-scripts
Some fun and useful SQL scripts
jOOQ/jbang-example
A quick example to get up and running with jbang
jOOQ/sql-benchmarks
A set of SQL benchmark code snippets that are used on the jOOQ blog
jOOQ/jbang-catalog
A catalog for jbang commands