SQLite 可视化管理工具,允许用户在 SQLite 服务器上执行创建、编辑、复制、提取等操作。
SQLite Expert 1.7.25
Release date: September 19, 2008
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.
Features and Benefits
By using SQLite Expert you will be able to:
- Edit tables and views visually, without writing a line of SQL. Easily restructure fields, indexes, constraints, triggers without losing data already existing in the tables.
- Build SQL scripts and generate views visually using the integrated Query Builder.
- Create SQLite3 databases, view and change database parameters, check database integrity and vacuum (compact) databases.
- Easily transfer data between SQLite databases, import data from SQL scripts or ADO data sources, or export to SQL scripts.
- Display and edit data in the grid, including BLOB and image fields. Currently supports BMP, JPG and PNG image formats. BLOB fields can be edited with the integrated hex editor.
- Execute SQL queries and display results in the grid or as text.
SQLite Expert Feature Comparison Matrix
Compare editions of SQLite Expert to determine the one that best meets your needs.
|
Personal |
Professional |
Managing SQLite3 databases |
Create database |
|
|
View and change database parameters |
|
|
Register frequently used databases for using in SQLite Expert |
|
|
Check integrity |
|
|
Vacuum |
|
|
Transaction support |
|
|
Export to Excel |
|
|
Import and export from and to text files (CSV, TSV) |
|
|
Import data from ADO data source |
|
|
Transfer data between SQLite databases |
|
|
Export data to script |
|
|
Managing tables |
Create tables |
|
|
Delete tables |
|
|
Rename tables |
|
|
Restructure tables without losing existing data |
|
|
View, add, delete, modify, reorder fields |
|
|
View, add, delete, modify indexes |
|
|
View constraints |
|
|
Add, delete, modify constraints |
|
|
View triggers |
|
|
Add, delete, modify triggers |
|
|
Supports temporary tables |
|
|
Managing views |
Create views |
|
|
Delete views |
|
|
Rename views |
|
|
View triggers |
|
|
Add, delete, modify triggers |
|
|
Supports temporary views |
|
|
Executing SQL scripts |
Execute SQL scripts |
|
|
Stop long running queries |
|
|
SQL history |
|
|
SQL syntax highlighting |
|
|
Save and load SQL scripts |
|
|
Query Builder |
Completely visual building of complex SQL queries |
|
|
User-friendly interface with drag & drop support |
|
|
Visual building of sub-queries and unions |
|
|
Visual criteria constructing tool for Where and Having clauses |
|
|
Save and load SQL scripts |
|
|
Displaying and editing data |
Display and edit data in the grid |
|
|
Display data as text |
|
|
Limit the number of records in result set |
|
|
Image editor (supports BMP, JPG and PNG) |
|
|
BLOB editor |
|
|
Text editor |
|
|
Generate HTML Reports |
|
|
Extending SQLite Expert using scripting |
Lua scripting support |
|
|
Pascal scripting support |
|
|
Lua and Pascal example scripts |
|
|
Data types |
40 predefined data types |
|
|
Custom data types |
|
|
Screenshots
Here are some screenshots of SQLite Expert performing different actions on the demo database. You can click on these thumbnails to see a larger version.
Displaying and editing data in the grid
SQLite Expert allows users to insert, delete and edit the table data in the grid.
You can just click a grid cell and modify its value. Clicking on the "Post" button in the navigator panel will save the data to database. You can use Up, Down, PageUp and PageDown keys to traverse the grid cells.
|
Executing SQL Queries
SQLite Expert allows users to easily execute SQL scripts and display the results in the grid or as text. The result set is also editable if all columns in the selection query are from one table.
Supports syntax highlighting, SQL history, saving and loading scripts to/from files.
Also supports interrupting the execution of long running queries.
|
Displaying data as text
You can also display a table or a query result set in text format.
|
Visual Query Builder
If you are not an SQL expert but want to create complex queries visually, you can use the integrated Query Builder to generate SQL Select queries in a visual interface.
This feature is only available in SQLite Expert Professional edition.
|
Integrated Image editor
If a column holds an image, double-clicking the grid cell will open an Image Editor as shown in the screenshot.
You can load an image, export the image to a file, copy or paste to/from the clipboard, or clear the existing image.
Currently supports BMP, PNG and JPEG formats.
|
Integrated BLOB editor
If a column holds a BLOB, double-clicking the grid cell will open a BLOB Editor as shown in the screenshot.
You can edit the content of the BLOB, load the data from a file, export the content to a file, or clear the existing field.
|
Importing and Exporting Data
The Data Transfer Wizard is a powerful tool to import or export your data quickly, and it allows you to set all the import/export options for different files visually. Currently supports:
- Importing data from another SQLite database
- Importing data from a script
- Importing data from an ADO data source
- Exporting data to another SQLite database
- Exporting data to a script
|
Managing fields
SQLite Expert allows restructuring tables without losing data already existing in the tables. Restructuring a table is wrapped in a transaction which is rolled back if any error occurs when applying changes to the table.
You can add, delete, modify, rename or reorder fields visually. Supports field collation, default values and 'not null' conflict clause.
|
Managing indexes
You can add, delete, modify, rename indexes visually. Supports index field collation and reordering, primary, unique and autoincrement indexes and conflict clause editing.
|
Managing triggers
You can add, delete, modify, rename triggers visually.
This feature is only available in SQLite Expert Professional edition.
|
Managing unique constraints
You can add, delete, modify, rename unique constraints visually.
This feature is only available in SQLite Expert Professional edition.
|
Managing check constraints
You can add, delete, modify, rename check constraints visually. This feature is only available in SQLite Expert Professional edition.
|
Editing views
You can add, delete, modify, rename views visually. Temporary views are supported.
SQLite Expert Professional edition also supports editing view triggers.
|
下载地址:http://www.fosoyo.com/article.asp?id=150
http://www.fosoyo.com