it's a standard jdbc string so you want `jdbc:sqli...
# squarelibraries
j
it's a standard jdbc string so you want
jdbc:sqlite:/path/to/file.db
for a persisted sqlite database
1