huanshankeji / exposed-vertx-sql-client

Exposed on top of Vert.x Reactive SQL Client
https://huanshankeji.github.io/exposed-vertx-sql-client/
Apache License 2.0
5 stars 0 forks source link

Integrate with ORM at compile-time #2

Open ShreckYe opened 2 years ago

ShreckYe commented 2 years ago

Integrate with the simple ORM implementations in kotlin-common and possibly move the code here into this repository.

A possible ultimate goal of this project with the integration is to depend on Exposed only at compile-time, and generate Vert.x SQL client code to be called at runtime.

A related issue: huanshankeji/exposed-adt-mapping#1.