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.