Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Mark Worsnop: "By the way I wanted to say thank you for a good software package. It's a pleasure to work with Maestro as it "just works" and makes my job that much easier".
Ephraim Stevens : "I just wanted to re-iterate what a wonderful job your developers have done and what a wonderful product SQLite Maestro is. There are so many great things to say about it that I won't go into here. It saves an end user a lot of time on repetitive tasks. Keep up the excellent work over there".

More

Add your opinion

SQLite Maestro: Product Tour

Features of SQLite Maestro:

Tables and Views

SQLite Maestro provides wide opportunities to create and edit SQLite tables, views, triggers etc. Each object is created and edited within the appropriate wizard and handy editor. Let's consider the process of a new object creating by the example of Create Table Wizard.

Easily understandable wizard steps allow you to specify all table properties and also all table subobjects (fields, indexes, checks, triggers) properties.

Object Editors are the basic SQLite Maestro tools for working with existing objects. The proper editor can be opened automatically after the object is created and is used for specifying and editing necessary object properties. You can also open the necessary object editor within the Explorer Tree or Object Manager.

In the similar manner, let's consider the object editing by the example of Table Editor:

The editor consists of a several tabs: Properties, Subitems, Data, and SQL. Every tab allows you to set corresponding table characteristics.

So, the Subitems tab of the Table Editor is very helpful to manage table subobjects: fields, indexes, checks, and triggers. Just choose the appropriate part and edit the grid.

The main parts of each Object Editor are Data and Permissions tabs. 

To practice table data management select the Data tab. For your convenience it was supplied with two view modes: as a table and as info cards.

The Permissions tab is provided to control users' permissions on the table. The Dependencies one represents database objects depending on and referencing by the current table. The SQL definition of the table is also available.

In order to edit SQLite views and triggers you can use the corresponding editors.

Back Next