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 Yes Yes
View and change database parameters Yes Yes
Register frequently used databases for using in SQLite Expert Yes Yes
Check integrity Yes Yes
Vacuum Yes Yes
Transaction support Yes Yes
Export to Excel   Yes
Import and export from and to text files (CSV, TSV)   Yes
Import data from ADO data source   Yes
Transfer data between SQLite databases   Yes
Export data to script   Yes
Managing tables
Create tables Yes Yes
Delete tables Yes Yes
Rename tables Yes Yes
Restructure tables without losing existing data Yes Yes
View, add, delete, modify, reorder fields Yes Yes
View, add, delete, modify indexes Yes Yes
View constraints Yes Yes
Add, delete, modify constraints   Yes
View triggers Yes Yes
Add, delete, modify triggers   Yes
Supports temporary tables Yes Yes
Managing views
Create views Yes Yes
Delete views Yes Yes
Rename views Yes Yes
View triggers Yes Yes
Add, delete, modify triggers   Yes
Supports temporary views Yes Yes
Executing SQL scripts
Execute SQL scripts Yes Yes
Stop long running queries Yes Yes
SQL history Yes Yes
SQL syntax highlighting Yes Yes
Save and load SQL scripts Yes Yes
Query Builder
Completely visual building of complex SQL queries   Yes
User-friendly interface with drag & drop support   Yes
Visual building of sub-queries and unions   Yes
Visual criteria constructing tool for Where and Having clauses   Yes
Save and load SQL scripts   Yes
Displaying and editing data
Display and edit data in the grid Yes Yes
Display data as text Yes Yes
Limit the number of records in result set Yes Yes
Image editor (supports BMP, JPG and PNG) Yes Yes
BLOB editor Yes Yes
Text editor Yes Yes
Generate HTML Reports   Yes
Extending SQLite Expert using scripting
Lua scripting support   Yes
Pascal scripting support   Yes
Lua and Pascal example scripts   Yes
Data types
40 predefined data types Yes Yes
Custom data types Yes Yes

 

 

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.


Click to see full size image

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.


Click to see full size image

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.


Click to see full size image

Displaying data as text

You can also display a table or a query result set in text format.


Click to see full size image

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.


Click to see full size image

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.


Click to see full size image

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.


Click to see full size image

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

Click to see full size image

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.


Click to see full size image

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.


Click to see full size image

Managing triggers

You can add, delete, modify, rename triggers visually.

This feature is only available in SQLite Expert Professional edition.


Click to see full size image Managing unique constraints

You can add, delete, modify, rename unique constraints visually.

This feature is only available in SQLite Expert Professional edition.


Click to see full size image

Managing check constraints

You can add, delete, modify, rename check constraints visually. This feature is only available in SQLite Expert Professional edition.


Click to see full size image

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

posted on 2008-10-01 15:48  fosoyo  阅读(2625)  评论(0编辑  收藏  举报