Java and databases are my professional passion. When they work together, great software can evolve. Many proprietary and standard ideas have been around to make them work together. I feel that there is yet one missing piece gluing them together more intuitively. That's why I created jOOQ:
jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
- Transpile any SQL dialect to any SQL dialect (not just to PostgreSQL)
by lukaseder on 3/19/24, 8:35 AM, with comments
- Working with JOOQ and Flyway Using Testcontainers
by lukaseder on 6/7/23, 2:58 PM, with comments
- How to plot an ASCII bar chart with SQL
by lukaseder on 9/1/22, 9:41 AM, with comments
- Various meanings of SQL’s PARTITION BY syntax
by lukaseder on 2/24/22, 2:06 PM, with comments
- Use SQL multiset predicates to compare data sets
by lukaseder on 2/22/22, 4:29 PM, with comments
- Fun with PostGIS: Mandelbrot set, game of life, and more
by lukaseder on 11/15/21, 10:12 AM, with comments
- What my Stackoverflow addiction did to my career
by lukaseder on 11/12/21, 12:00 PM, with comments
- PostgreSQL 14's enable_memoize for improved performance of nested loop joins
by lukaseder on 11/5/21, 8:39 AM, with comments
- Write C-style local static variables in Java 16
by lukaseder on 10/22/21, 3:41 PM, with comments
- Standard SQL/JSON – the sobering parts
by lukaseder on 8/9/21, 8:59 AM, with comments
- Reactive SQL with JOOQ 3.15 and R2DBC
by lukaseder on 7/15/21, 2:42 PM, with comments
- JOOQ 3.15’s New Multiset Operator Will Change How You Think About SQL
by lukaseder on 7/6/21, 3:07 PM, with comments
- Thinking in Questions with SQL
by lukaseder on 4/9/21, 8:04 PM, with comments