|
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 built-in.
SqliteQuery's main purpose is to execute SQL statements and let you 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:
· setting the database path (defining a not existing path will create a new database - you will actualy be asked before creating it
· input of SQL statements
· showing result of SELECT statements in a tableview
· showing a log output
|