SqliteQuery is a utility for executing SQL statements on SQLite databases.You can edit and maintain existing databases or Create new ones through the user-interface.SqliteQuery comes with the compiled SQLite database library builtin.
The main purpose of SqliteQuery is to execute SQL statements and watch the result on SELECT statements in a tableview.
Choose which of the typed SQL statement to be executed by selecting or simply execute all if no selection is made.
The SqliteQuery user-interface is separated in four parts.
1. setting the database path (defining a not existing path will create a new database - you will actualy be asked before creating it
2. input of SQL statements
3. showing result of SELECT statements in a tableview
4. showing a log output