You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also i had to google some extra to find how do i read SQLite file. Like, it's a file, right? We have Connection, DbConnectionConfig or URL, so there's no direct option to open it. You need to know this syntax "sqlite://path/to/file.db". I don't use JDBC often, so i don't remember it :( I suggest to either put it here, or invent some API to easily open sqlite files. For example, a factory function `DbConnectionConfig.Sqlite(file)`
Originally posted by @koperagen in #857 (comment)
The text was updated successfully, but these errors were encountered: