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

Support linuxArm64 #102

Closed
hfhbd opened this issue Nov 14, 2022 · 4 comments · Fixed by #198
Closed

Support linuxArm64 #102

hfhbd opened this issue Nov 14, 2022 · 4 comments · Fixed by #198

Comments

@hfhbd
Copy link
Owner

hfhbd commented Nov 14, 2022

Mostly for arm docker
Needs upstream support, starting with coroutines: Kotlin/kotlinx.coroutines#2841 (comment)

@hfhbd
Copy link
Owner Author

hfhbd commented Jun 21, 2023

Needs ktorio/ktor#3587

@bcmedeiros
Copy link

bcmedeiros commented Jun 23, 2023

I was just searching for a postgresql kotlin/native driver and found this project, and to my surprise, this issue is blocked by the PR I'm raising with ktor! what a coincidence :)
Just out of curiosity, why do we need ktor support to enable arm64 here? I'd think the driver is more low level than ktor.

@hfhbd
Copy link
Owner Author

hfhbd commented Jun 23, 2023

I use the native network library ktor-network to listen the socket for remote notifications. Of course I could simply copy this code, I did this in the past, the code contains only a few files, but I have a local draft to implement the driver without libpq by using the postgres network protocol. This implementation requires https and so ktor cio http client.

@bcmedeiros
Copy link

Makes sense!

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

Successfully merging a pull request may close this issue.

2 participants