<https://github.com/smyrgeorge/sqlx4k>
# server
y
a
@Yorgos S. it looks like a great tool for building efficient, cross-platform applications. I’m currently working on a Kotlin Multiplatform (KMP) project and wanted to ask if Sqlx4k is compatible with KMP (or only sqlite is compatible with all platforms) ?
y
@Abdo is fully compatible with KMP. But if you plan to use it in JVM is not going to work. Only for native targets. Check the readme. It works for postgresql, MySQL and SQLite. Actually I’m using it in a backend project with ktor
a
@Yorgos S. Thanks for your prompt response! i will see the documentation details.. My objective is to create a Ktor server that can interface with a database (PostgreSQL, MySQL, or SQLite). Ideally, this server would be flexible enough to run either as an instance on a dedicated server or be embedded within a mobile app (iOS/Android), where the app itself would function as a server.
y
@Abdo I think it should be ok. If not open an issue or a discussion thread. I’m actively developing/enhancing the project.
🙌 1
👍 1
@Abdo also later today I’ll release the version 0.21.0 which adds support for value encoders/decoders for the majority of the basic data types eg. Numbers, Boolean, dates etc.
a
@Yorgos S. great news! Looking forward to the 0.21.0 release.. i’ll make a global test to check how it integrates with my setup and I’ll get back to you ! thanks
y
@Abdo Just published version 0.21.0
1