SQLite Maestro 8.11 released
Nov 12, 2008
Prev | Next |
|
- Support for transparent database encryption has been implemented. You can use either SQLite Encryption Extension by Hwaci (if you have it) or a free wxSQLite3 library, which is already included into the SQLite Maestro installation package. The libraries are compatible with each other by API calls, but a database encrypted using one library cannot be read by another one.
You can connect to existing encrypted databases, create new ones as well as change the passwords as shown below.
Changing database password - Remote database management has been significantly updated. Now it is possible to connect to remote SQLite 3 databases as well as store the connection script in a password protected directory. Let us remind you how the technology works:
- Upload the connection PHP script to your website. The scripts are named sqlite_tunnel.php and sqlite3_tunnel.php for SQLite databases versions 2 and 3 accordingly and can be found under the installation folder, usually C:\Program Files\SQL Maestro Group\SQLite Maestro.
- Test the script in your web-browser (optionally).
- Enter the script URL in the Create Profiles Wizard, Create Database Wizard, or Edit Database Profile dialog. Of course you should select the "I have to use HTTP tunneling" option in any of these windows.
- Upload the connection PHP script to your website. The scripts are named sqlite_tunnel.php and sqlite3_tunnel.php for SQLite databases versions 2 and 3 accordingly and can be found under the installation folder, usually C:\Program Files\SQL Maestro Group\SQLite Maestro.
- Data grid features the following things:
- Starting with this version it is possible to use the lookup editor for a column, which is linked by a foreign key with a (single) column from another table. The editor displays the contents of parent table’s columns within the dropdown window.
- A possibility of displaying data in the master-detail form has been incorporated into the Table Editor (multiple detail pages can be displayed for a single master row). Use the Show/Hide details link at the editor’s navigation bar to activate/deactivate this view mode.
- Filtering, grouping, and sorting features become available for text columns.
- Starting with this version it is possible to use the lookup editor for a column, which is linked by a foreign key with a (single) column from another table. The editor displays the contents of parent table’s columns within the dropdown window.
- Data Import Wizard: now it is possible to truncate the table before importing.
- Get SQL Dump Wizard and Extract Database Wizard have been redesigned to increase the usability.
- Data Export, Data Import, and Get SQL Dump wizards now store their size and position.
In addition to this, several bugs have been fixed and some other minor improvements and corrections have been made.
Related links:
SQLite Maestro home pageDownload SQLite Maestro
Get SQLite Maestro Tour
Purchase your license of SQLite Maestro today!
Prev | Next |