Is there a good tutorial on using SqlDelight for d...
# squarelibraries
l
Is there a good tutorial on using SqlDelight for desktop JVM? I created a jdbc sqlite driver with proper url, but I keep getting crashes. If I include Schema.create(driver), It crashes the second time I run the app, since it re-runs the migrations. If I don't have it, I get a crash saying the db doesn't exist.
I noticed the sample in the GitHub project is iOS/Android/web