brabo-hi
09/25/2023, 10:17 PMpostgresql
for the JVM ?app.cash.sqldelight:sqlite-driver
or app.cash.sqldelight:jdbc-driver
Derek Ellis
09/25/2023, 11:07 PMYuliana Poliakova
09/29/2023, 12:45 PMimplementation("app.cash.sqldelight:runtime:2.0.0")
in commonMain and then required drivers in each module. For Jvm for example
implementation("app.cash.sqldelight:jdbc-driver:2.0.0")
implementation("org.postgresql:postgresql:42.6.0")
brabo-hi
09/29/2023, 11:57 PM