SQLite Inspector Changelog

What's new in SQLite Inspector 2.2

Mar 9, 2012
  • Export query results to JSON file
  • Bug fixes

New in SQLite Inspector 2.1 (Feb 1, 2012)

  • Updated SQLite to 3.7.10
  • Edit the results of any query where it's possible.
  • Open any SQLite database file, regardless of file extension.
  • Save and load SQL queries
  • Import CSV data
  • View BLOB values in hex viewer
  • Bug fixes
  • Usability improvements

New in SQLite Inspector 2.0 (Jul 2, 2011)

  • Quick Look support for SQLite database files
  • Display unique keys in tables
  • Export database and table schema, with or without data
  • Export view as table
  • Export query results as CSV
  • Cell Value inspector for viewing multi-column values
  • Copy query as Objective-C string
  • Copy tables between databases by dragging and dropping
  • Preferences (enable/disable autocommit, number of rows to fetch)
  • Updated SQLite version to 3.7.7.1
  • Bug fixes
  • Usability improvements