An open API service indexing awesome lists of open source software.

https://github.com/edward3h/kiwiproc

Java annotation processor to generate JDBC implementation for SQL queries
https://github.com/edward3h/kiwiproc

java sql

Last synced: 10 months ago
JSON representation

Java annotation processor to generate JDBC implementation for SQL queries

Awesome Lists containing this project

README

          

= Kiwiproc

image::https://javadoc.io/badge2/org.ethelred.kiwiproc/shared/javadoc.svg[javadoc,link=https://javadoc.io/doc/org.ethelred.kiwiproc/shared/latest/org/ethelred/kiwiproc/annotation/package-summary.html]

_Under development:_ there are many use cases yet to be implemented.

== Overview

A compile-time framework for type-safe JDBC query usage. It is not an ORM.

Inspired by:

* https://jdbi.org/#_declarative_api[JDBI Declarative API]
* https://micronaut-projects.github.io/micronaut-data/latest/guide/#dbc[micronaut-data-jdbc]
* https://github.com/cashapp/sqldelight[SQL Delight]

== Databases

For now, _only_ Postgresql is supported. It's an "MVP".