Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No libpq dependency - Kotlin only #9

Open
hfhbd opened this issue May 14, 2022 · 1 comment
Open

No libpq dependency - Kotlin only #9

hfhbd opened this issue May 14, 2022 · 1 comment

Comments

@hfhbd
Copy link
Owner

hfhbd commented May 14, 2022

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

  • no native c/kotlin code, use Kotlin with Ktor
  • No local libpq installation, no path problems
  • Smaller binary size?
  • should work on Windows too
  • Jvm target too
  • What about WASI?
@hfhbd hfhbd changed the title No libpq dependency No libpq dependency - Kotlin only Jun 28, 2022
@hfhbd
Copy link
Owner Author

hfhbd commented Jan 23, 2023

Alternative: Convert R2DBC Postgresql to Kotlin and use kotlinx coroutines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant