In SqlDelight for *JVM*; I keep running into "tabl...
# squarelibraries
z
In SqlDelight for *JVM*; I keep running into "table already exists" whenever I call
schema.create(driver)
on subsequent runs. The documentation tells me that this should be the correct way to set things up?
1
I found that I can pass schema into
JdbcSqliteDriver
constructor and it calls create/migrate if needed. Would love to see this mentioned in the docs as well!