DEV Community

Yorgos S.
Yorgos S.

Posted on

About A small non-blocking database driver written in Kotlin for the Native platform.

Hello everyone!
I've just set up a new repository on my GitHub profile! It features a compact wrapper library designed for the Kotlin Native platform ecosystem. This library serves as a Postgres driver, leveraging the sqlx library from the Rust ecosystem behind the scenes.

What's particularly fascinating is the advantage we can gain from the C interoperability that both Kotlin and Rust provide.

Feel free to check it out and give it a star if you find it useful!

https://github.com/smyrgeorge/sqlx4k

Top comments (0)