top of page
Волнистый абстрактный фон

SQLite: object tree

The Object Tree visualizes the objects in a SQLite database. A list of tables, views, indexes, and triggers is displayed. Any of the lists can be filtered by name. The object tree allows you to perform various manipulations with database objects   

SQLite tree
​ Tree nodes
  • ATTACH  - list of database aliases connected to the editor sheet

  • TABLE  - list of tables in connected databases. The name consists of a database alias and a table name

  • INDEX  - list of indexes in connected databases. The name consists of a database alias and an index name

  • VIEW  - list of views in connected databases. The name consists of a database alias and an index name

  • TRIGGER  - list of triggers in connected databases. The name consists of a database alias and an index name

  • PARAMETER  - parameters of the selected base. The database is selected from the drop-down list " Database attached list "

  • HELP  - description of the commands supported by the SQLite database. Downloaded separately.

bottom of page