For those that remember when I first suggested this application, SQLite Database Browser back a ways... well now there is a (major updates) new version out! (Version 1.1)
(Source: http://sourceforge.net/project/shown...ease_id=254534)Notes
Release Name: 1.1
Notes:
Version 1.1 includes many enhancements to the original SQLiteBrowser. All code was contributed by Mauricio Piacentini and the icons were contributed by Raquel Ravanini.
--------------------------------------------------------------------------------
Changes:
Major update! The following features were added:
- SQL query window: enter SQL commands and see the output and error codes directly in a browser view.
- SQL log: lists all SQL commands issued by the browser application and/or by the user. Useful as a tool to analyze and learn SQL.
- Abitility to open database files specified with a command line parameter (sqlitebrowser mydb) and/or drag and drop.
- Added experimental modify table wizard, since SQLite does not support the ALTER TABLE SQL command. Use it with care. Works correctly for all tables originally created in SQLiteBrowser.- The browser uses a transaction to make it possible to undo changes made to a database before they are commited to disk. All changes are now temporary until the user decides to SAVE the file.
- Added CSV import/export capabilities: a wizard makes it possible to configure table importing from a CSV file (delimiters, etc.) Supports most CSV format variations, including files generated by MS Excel and Access.
- Added SQL dump import/export capabities. Useful to store an SQL format backup of your database, or to interchange data with MySQL or Oracle, for example.
- Added text import/export capabilities directly to db records.
- Modified record browsing interface. The spreadsheet interface now redraws faster (and clips longer records.) Double click a cell to edit the record on a separate window. This allows better support for longer records including line breaks, for example.
and many other small enhancements and bug fixes.
Here is the link:
SQLite Database Browser - Click Here to Download!


