wiki:sqlitespy:index
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:sqlitespy:index [2016/01/22 15:09] – external edit 127.0.0.1 | wiki:sqlitespy:index [2021/03/27 13:23] (current) – admin | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Delphi Components used in SQLiteSpy ===== | ===== Delphi Components used in SQLiteSpy ===== | ||
- | * Unicode support is realized Delphi' | ||
* Data grid and the schema treeview are implemented as [[https:// | * Data grid and the schema treeview are implemented as [[https:// | ||
* Modern tabs are displayed by JVCL TJvTabBar (formerly with added Unicode support). | * Modern tabs are displayed by JVCL TJvTabBar (formerly with added Unicode support). | ||
* [[https:// | * [[https:// | ||
- | |||
===== Feature Suggestions ===== | ===== Feature Suggestions ===== | ||
+ | |||
+ | * No auto-save on exit. There is the Read-only option, but any modification is auto-saved on exit which may be problematic, | ||
+ | * The SQLite database engine does not know the idea of "save on exit". It writes all database changes directly to disk by default. One way to prevent this is to execute '' | ||
* Command-line version of the SQLiteSpy' | * Command-line version of the SQLiteSpy' | ||
Line 18: | Line 19: | ||
* Support of " | * Support of " | ||
- | * CSV export | + | * CSV import |
+ | * For CSV import, use the [[https:// | ||
+ | CREATE VIRTUAL TABLE temp.t1 USING csv(filename=' | ||
+ | SELECT * FROM t1; | ||
+ | </ | ||
+ | * CSV export is not yet supported. The clipboard can be a workaround: Select rows, copy, and paste into a spreadsheet application. | ||
* Create / Modify / Delete Tables by Wizard | * Create / Modify / Delete Tables by Wizard | ||
Line 27: | Line 33: | ||
* Use external SQLite DLL (for custom SQLite builds). | * Use external SQLite DLL (for custom SQLite builds). | ||
- | + | * A SQLiteSpy version which uses an external sqlite3.dll as external database engine is available from the author upon request. | |
- | > A SQLiteSpy version which uses an external sqlite3.dll as external database engine is available from the author upon request. | + | |
* Add a command-line option to also open a given text file in the editor (on top of the existing param for opening a given DB). | * Add a command-line option to also open a given text file in the editor (on top of the existing param for opening a given DB). | ||
- | * On File Menu, 'Vaccuum | + | * On File Menu, 'Vacuum |
- | + | * The '' | |
- | > VACUUM | + |
wiki/sqlitespy/index.1453471747.txt.gz · Last modified: 2016/01/22 15:09 by 127.0.0.1