hfhbd / postgres-native-sqldelight

A Kotlin native Postgres driver for SqlDelight.
https://postgresnative.softwork.app/
Apache License 2.0
36 stars 3 forks source link

No libpq dependency - Kotlin only #9

Open hfhbd opened 2 years ago

hfhbd commented 2 years ago

https://github.com/vapor/postgres-nio implements the protocol (in a Kotlin like language :).

hfhbd commented 1 year ago

Alternative: Convert R2DBC Postgresql to Kotlin and use kotlinx coroutines