sqlx4k: A multiplatform, async SQL Toolkit with compile-time query checks for Kotlin. Supports PostgreSQL, MySQL, and SQLite.
sqlx4k is not an ORM. Instead, it provides a comprehensive toolkit of primitives and utilities to communicate directly with your database. The focus is on giving you control while catching errors early through compile-time query validation—preventing runtime surprises before they happen.
Check it out here:
https://github.com/smyrgeorge/sqlx4k