The main window of the application:
The most common way how to start Sqliteman is to run it from your desktop menu. But there are some command line options you can use too.
Usage in command line: sqliteman [options] [databasefile]
--help
or -h
– displays small help and exits--version
or -v
– prints version and exits--lang
or -l
– sets a GUI language.
E.g. --lang cs
for Czech. See note [1].--langs
or -la
– lists available languages and existsThere are standard Qt options available too.
Note [1]: Sqliteman checks your environment and tries to setup iself
by your locale settings. It affects the GUI language – it should be in your
language if there is a translation available. If you wish to use this application
in English use --lang en
.