Custom Multiplatform DB with different dialects #3299
-
Hey, I want to use a Postgres DB from the JVM and from Kotlin native targets so I created a Postgres native sqldelight driver based on libpq. I want to use the same db for all targets. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
no this isn't possible because the generated code is only made once and so it has to have the same driver/cursor/statement types for all targets |
Beta Was this translation helpful? Give feedback.
no this isn't possible because the generated code is only made once and so it has to have the same driver/cursor/statement types for all targets