Release date: July 1, 2009
SQLite Expert is a powerful visual tool that enables you to easily administer your SQLite3 databases and gain significantly better visibility into how your databases are operating. SQLite Expert integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
By using SQLite Expert you will be able to:
See the complete list of features here.
Improved Unicode support
At first glance, version 2.0 is not much different from the latest version 1.7. However, version 2.0 brings major internal improvements with respect to Unicode support. SQLite Expert is written in Delphi, and Delphi versions older than 2009 did not include native Unicode support. SQLite Expert versions 1.x included Unicode support by using a freeware library - UTF8VCL available from SourceForge. This project was in alpha stage of development and seems to be currently unmaintained.
The latest version of Delphi (Delphi 2009) finally added complete support for the Unicode character set, so it was the logical choice to upgrade the source code of SQLite Expert to Delphi 2009. This process took a few months because of the major internal differences between the two compilers. During this migration, the source code was gradually modified to compile with Delphi 2009 while still being compatible with Delphi 2007. As a result of this process, versions 1.7 and 2.0 of SQLite Expert look very similar but are actually much different internally. The native string type in Delphi 2007 was the AnsiString while in Delphi 2009 it is the UnicodeString (using UTF-16 encoding).
The following differences between versions 1.7 and 2.0 are related to the improved Unicode support:
Statically linked sqlite3 library
SQLite Expert 2.0 includes a statically linked sqlite3 library, so it can be used without an external sqlite3.dll. However, it is still possible to use an external library, which might be a useful feature in case you want to use a more recent sqlite library, or one that supports encryption (note that encryption support is only available in the Professional Edition).
No bug fixes between 1.7 and 2.0
During the migration from Delphi 2007 to Delphi 2009, all the bug fixes have been implemented in both versions 1.7 and 2.0, so if a bug exists in the latest 1.7 version and is not Unicode related, there is a good chance it is still present in version 2.0. However, at the time of the 2.0 released, all the reported bugs have been fixed. Also, after the release of 2.0 no more bug fixes will be implemented in 1.7, so it is recommended to upgrade to version 2.0 to keep up with the latest updates.
Upgrading an existing 1.x Professional license to 2.0
If you own a license for SQLite Expert Professional 1.x, you may upgrade to version 2.x at no additional cost. For information about upgrading your Professional license to 2.0, please see the "Upgrading an existing 1.x Professional license to 2.x" chapter in the help file.