Door is a Kotlin Symbol Processor that provides Kotlin Multiplatform support for Room databases. It currently supports SQLite and Postgres on JVM (via JDBC), and SQLite (via SQL.js) on JS (browser). Door generates expect/actual classes. The implementation on Android is Room itself. Normal queries, suspended queries, Kotlin Flow, LiveData, and paging are all supported.
Library Link
[ x ] Confirmed that two spaces were added at the end of the description to break a new line.
Door