wiki:sqlitespy:index
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:sqlitespy:index [2021/03/26 17:34] – [SQLiteSpy: Wiki] zorro | wiki:sqlitespy:index [2021/03/27 12:23] (current) – admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| {{page> | {{page> | ||
| {{page>: | {{page>: | ||
| - | As already mentioned, CSV support, at least for export, would be welcome. | ||
| - | At this time I have to visit sqliteonline.com just to export in CSV when all other tasks are seamlessly operated by SqliteSpy. | ||
| ===== 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 ===== | ||
| Line 23: | 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 | ||
wiki/sqlitespy/index.txt · Last modified: 2021/03/27 12:23 by admin