ROOM - An ORM that is exclusive to android ecosystem, used with SQLite, quite popular
HIBERNATE - Used in springboot, has official support for both java and kotlin
SQLDelight - is explicitly designed for Kotlin Multiplatform, allowing you to write shared database access code that can run on Android, iOS, and other platforms. While not a traditional ORM, it provides a structured way to work with SQL databases and is suitable for Kotlin Multiplatform.
Generates Kotlin APIs from SQL statements, type-safe queries, and is designed for cross-platform compatibility.
ROOM - An ORM that is exclusive to android ecosystem, used with SQLite, quite popular HIBERNATE - Used in springboot, has official support for both java and kotlin SQLDelight - is explicitly designed for Kotlin Multiplatform, allowing you to write shared database access code that can run on Android, iOS, and other platforms. While not a traditional ORM, it provides a structured way to work with SQL databases and is suitable for Kotlin Multiplatform. Generates Kotlin APIs from SQL statements, type-safe queries, and is designed for cross-platform compatibility.