SQLite Maestro online Help
Prev | Return to chapter overview | Next |
Schema Designer
Schema Designer allows you to create physical Entity Relationship Diagram that will represent objects in your SQLite database. A diagram represents the tables of your database. The tool is intended for reverse engineering and database modification in an easy and powerful way. It helps you to simplify database maintenance.
A diagram of your database can help you define operational aspects of your application logic that you might otherwise overlook. Also, a well-defined data diagram that accurately represents your tasks can be helpful in orienting employees to goals and operations. The data diagram can also serve as an invaluable communications tool for both internal and external constituents.
Below you can find answers for the following questions:
See also: Designer Navigation bar, Schema Designer Toolbox.
You can add an existing SQLite table to the diagram using popup menu in the working area, or with the corresponding link on the Navigation bar.
To create a new table, use the appropriate item of the popup menu in the working area. The table will be created in the current database.
Tables also may be dragged on the diagram from Explorer and the similar to Explorer tools like Object Manager and Object Browser.
All the diagram objects are available for editing. Just double click the object (table or relationship) to view/edit its properties within the corresponding editor.
Deleting of the diagram objects
To hide a table (several tables), select the objects and click Remove selection link of the popup menu or Navigation bar. You can also use the Del key for this purpose.
It’s also possible to physically delete a table from the database: just select the object to delete and use the appropriate item of the popup menu.
Editing of a diagram appearance
Movement of a table/several tables along the diagram is realized with dragging or pressing Ctrl+arrows. You can use Shift+arrows to change width/height of table/several tables representation.
Designer also allows you to edit shape of the line representing logical relations. In order to break the line you should
• | Select the relationship. |
• | Press Ctrl and click on the necessary line section to create a new node. |
• | Position the node by dragging. |
You can also delete a node on the line. Thereto
• | Select the relationship. |
• | Press Alt and click the node to delete. In that case the near nodes will be united by a straight line. |
Prev | Return to chapter overview | Next |