plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

feat(sql): allow open absolute sqlite path

Open thewh1teagle opened this issue 1 year ago • 3 comments

This PR updates the sql plugin in plugins-workspace for v2. It now allows opening SQLite files from any absolute path. If the path is not absolute, it still defaults to opening files relative to the app directory.

Examples of possible connection strings:

sqlite:/absolute/path/to/file.db
sqlite:relative_to_app_dir.db

thewh1teagle avatar May 28 '24 16:05 thewh1teagle

As mentioned in https://github.com/tauri-apps/plugins-workspace/pull/1441#issuecomment-2173723910 i plan to make some larger changes and the connection logic will be part of it. Are you okay with me creating a combined PR and add you as a co-author? (github should attribute you basically the same as if it's your pr)

FabianLars avatar Jun 17 '24 15:06 FabianLars

@FabianLars Sure 👍

thewh1teagle avatar Jun 17 '24 15:06 thewh1teagle

As mentioned in #1441 (comment) i plan to make some larger changes and the connection logic will be part of it. Are you okay with me creating a combined PR and add you as a co-author? (github should attribute you basically the same as if it's your pr)

any progress on this combined pr? if not i will take it into my own hands.

Eveeifyeve avatar Mar 15 '25 13:03 Eveeifyeve