SQLite-GUI
Package: WA2L/WinTools 1.2.08
Section: General Commands (1)
Updated: 02 April 2022
Index
Return to Main Contents
NAME
SQLite-GUI - SQLite database editor
SYNOPSIS
WA2LWinTools/bin/SQLite-GUI
[
-h
|
-i
|
-u
|
-V
]
SQLite-GUI
[
options
]
SQLite-GUI
D:/databases/bookstore.sqlite
SQLite-GUI
D:/databases/bookstore.sqlite
import-csv
"D:/data/my file.csv"
my_table
>
import-result.txt
SQLite-GUI
D:/databases/bookstore.sqlite
export-csv
D:/export/books.csv
"select * from books"
>
export-result.txt
AVAILABILITY
WA2L/WinTools
DESCRIPTION
SQLite-GUI
is a lightweight Windows™ GUI for SQLite
powered by C++/mingw and WinAPI.
Small, simple, powerful, fast, free.
For more information about
SQLite-GUI
see:
https://github.com/little-brother/sqlite-gui/wiki
For SQL syntax understood by SQLite, see:
https://sqlite.org/lang.html
Key Features:
- -
-
Syntax highlighting and code completion
- -
-
Edit multiple tables at the same time
- -
-
Colorized data grid
- -
-
Store an execution history and user scripts
- -
-
Export/Import data
- -
-
Database diagram
- -
-
Database comparison
- -
-
Search text in the whole database
- -
-
Quick data references
- -
-
Terminal mode
- -
-
Charts
- -
-
Query parameters
- -
-
Query shortcuts
- -
-
Custom functions
- -
-
Jinja scripting (experimental)
- -
-
Data generator
- -
-
Extension pack
- -
-
Built-in REST API web server
- -
-
Demo database "Bookstore" for beginners
OPTIONS
- -h
-
usage message.
- -i
-
install the
SQLite-GUI
command to the
'SendTo'
context menu in
'Windows Explorer'.
- -u
-
uninstall the
SQLite-GUI
command from the
'SendTo'
context menu in
'Windows Explorer'.
- -V
-
print program version.
- options
-
additional options.
See also:
https://github.com/little-brother/sqlite-gui/wiki#command-line-arguments
ENVIRONMENT
-
EXIT STATUS
- 0
-
no error.
- 4
-
usage message displayed.
- 5
-
version message displayed.
FILES
- etc/SQLite-GUI.cfg
-
configuration file copy of the active
prefs.sqlite
file of
SQLite-GUI.
- var/db/sqlite/
-
directory for SQLite databases.
EXAMPLES
-
SEE ALSO
wintoolsintro(1),
config(1m),
sqlite3(3),
https://github.com/little-brother/sqlite-gui/,
https://github.com/little-brother/sqlite-gui/wiki,
https://sqlite.org/lang.html
NOTES
Parts of this manpage were extracted from the documentation of
SQLite-GUI
written by Little Brother <https://github.com/little-brother>
and modified to fit to the WA2L/WinTools package.
See:
https://github.com/little-brother/sqlite-gui/
and
https://github.com/little-brother/sqlite-gui/wiki
for more information.
BUGS
-
AUTHOR
SQLite-GUI was developed by Little Brother <https://github.com/little-brother> and
integrated into WA2L/WinTools by Christian Walther. Send suggestions
and bug reports related to the integration to wa2l@users.sourceforge.net .
COPYRIGHT
Copyright © 2022
Christian Walther
This is free software; see
WA2LWinTools/man/COPYING
for copying conditions. There is ABSOLUTELY NO WARRANTY; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This document was created by man2html
using the manual pages.
Time: 16:33:02 GMT, September 14, 2024