SQLite Database Browser

The SQLite Database Browser included in RazorSQL allows users to browse database objects and structures. It displays information about the following types of objects:

  • Tables
  • Views
  • Triggers
  • Indexes

The SQLite Browser also includes tools for interacting with the above objects such as the following:

  • Tools for viewing the contents of objects such as tables and views
  • A describe table and view tool
  • An edit table tool
  • Tools for viewing system information about objects
  • Tools for creating tables, views, indexes, and triggers
  • Tools for altering tables and views
  • Tools for dropping objects
  • Tools for importing and exporting data
  • An SQL query builder
  • A compare tool for comparing tables and/or SQL query results

SQLite Database Browser