

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.
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.
2. input of SQL statements
3. showing result of SELECT statements in a tableview
4. showing a log output1. setting the database path (defining a not existing path will create a new database - you will actualy be asked before creating it
What’s new in this version:
Version 0.7.3:
- update of Sqlite to 3.5.6
- Mac OSX Leopard compatiblility



