Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SQLite experience #864

Open
zaleslaw opened this issue Sep 16, 2024 · 0 comments
Open

Improve SQLite experience #864

zaleslaw opened this issue Sep 16, 2024 · 0 comments
Labels
databases JDBC related issues enhancement New feature or request
Milestone

Comments

@zaleslaw
Copy link
Collaborator

          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)

@zaleslaw zaleslaw added this to the Backlog milestone Sep 16, 2024
@zaleslaw zaleslaw added databases JDBC related issues enhancement New feature or request labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
databases JDBC related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant