does anyone know how to solve this ?
# compose-desktop
w
does anyone know how to solve this ?
s
What platform?
w
jvm
desktop
s
Oh - duh. I didn’t realize we were in the compose-desktop channel.
So you are using xerial? Can you show me the code where you define your jdbc connection to your database?
You should have a statement that looks like this:
Copy code
DriverManager.getConnection("jdbc:sqlite:<sqlite file name here>");