I think I might go with exposed for JVM. I still d...
# squarelibraries
j
I think I might go with exposed for JVM. I still do not understand how I can use sqldelight for both postgres and sqlite in the same project.
v
You could just have two separate modules, one for PostgreSQL and the other for SQLite
j
Okay thanks. The SQLDelight documentation for PostgreSQL looks like it matches MySQL. Should I just implement using Postgres? Or am I going to have a lot of difficulties.