SQLite Manager
Encyclopedia
SQLite Manager is a SQLite
database manager provided as a Firefox extension.
By providing the software as a Firefox extension, SQLite Manager is available on many different platforms and trivially easy to install. As well as being provided as a Firefox extension it's also available for a few other environments. It uses the SQLite library built into its hosting application (Firefox), and therefore supports versions of database files supported by Firefox's built-in library.
It allows the user to:
SQLite
SQLite is an ACID-compliant embedded relational database management system contained in a relatively small C programming library. The source code for SQLite is in the public domain and implements most of the SQL standard...
database manager provided as a Firefox extension.
By providing the software as a Firefox extension, SQLite Manager is available on many different platforms and trivially easy to install. As well as being provided as a Firefox extension it's also available for a few other environments. It uses the SQLite library built into its hosting application (Firefox), and therefore supports versions of database files supported by Firefox's built-in library.
It allows the user to:
- View the contents of one or more SQLiteSQLiteSQLite is an ACID-compliant embedded relational database management system contained in a relatively small C programming library. The source code for SQLite is in the public domain and implements most of the SQL standard...
databases. - Manage tables, indexes, views and triggers.
- View and manage the records.
- Build an SQL querySelect (SQL)The SQL SELECT statement returns a result set of records from one or more tables.A SELECT statement retrieves zero or more rows from one or more database tables or database views. In most applications, SELECT is the most commonly used Data Manipulation Language command...
and execute it. - Export data to CSVComma-separated valuesA comma-separated values file stores tabular data in plain-text form. As a result, such a file is easily human-readable ....
or XMLXMLExtensible Markup Language is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards....
.