sqlitestudio
sqlitestudio copied to clipboard
A free, open source, multi-platform SQLite database manager.
It seems like there's a weird, yet interesting behavior with the latest version, as I haven't noticed it with previous versions. When I open multiple view tables, I have noticed...
It would be useful to have a way to see current pragma values set on the database. Tooltip may be too small to fit them all (or not?). Maybe another...
For 4.0.0 the default hotkeys need to be reviewed in context of how well are they aligned with typical hotkeys for particular operating system. Hotkeys needing adjustment (more to be...
DbSqliteCipher (based on SQLCipher) plugin is redundant, because DbSqliteWx plugin (based on SQLite3 Multi Cipher) supports SQLCipher encryption, while does not rely on external dependency (the OpenSSL crypt library). The...
 I am unable to change the font for the tab labels, form hint, and other labels. The Configuration -> "Look & Feel" -> Fonts section applies changes to most...
### Current behavior: The current code format only allows adjusting the width of the indentation block, and it always uses spaces for indentation. ### Expected behavior: Allows always using tabs...
What I did: - opened a new SQL-edior window - executed : SELECT readfile('C:\\Program Files\\SQLiteStudio\\ext\\sqlar.dll'); - right click in the result and execute GENERATE QUERY FOR SELECTED CELLS (SELECT) after...
There are issues with Android database selection form, more details posted by @marco4phx in https://github.com/pawelsalawa/sqlitestudio/discussions/5197#discussioncomment-11998819
- [ ] Database list - Ctrl+drag table/view onto the SQL Editor -> generate SELECT. - [ ] Database list - Ctrl+drag selected columns onto the SQL Editor -> generate...