Database Manager for SQLite
See Issues for current status. I am interested in feedback :-).
SQLite Workshop has a wide range of features and capabilities including:
- Create a database.
- Browse tables and views in a database.
- Edit data within a database.
- Clone a database.
- Backup a database.
- Optimize a database.
- Vacuum a database.
- Encrypt a database.
- Create a Table.
- Create an Index.
- Create a View.
- Create a Trigger.
- Add a new Column to an existing table.
- Delete a new Column from an existing table (Experimental).
- Modify a Column in an existing table (Experimental).
- Rename a Column in an existing table (Experimental).
- Delete (Drop) a Table.
- Truncate a Table.
- Create template SQL to Create, Drop, Browse (Select), Update and Insert to a database.
- Create an Index.
- Rebuild an Index.
- Delete an Index.
- Create a simple View.
- Edit a View.
- Delete a View.
- Create a Trigger.
- Edit a Trigger.
- Delete a Trigger.
- Import from comma-delimited Text, SQLite, SQL Server, MS Access, ODBC, MySql and Excel.
- Export to comma-delimited text.
- Explain and Explain Plan.
- Multiple Windows to view many tables at once.
- Example Sql templates for a variety of common activities.
- Load/Save SQL capabilities.
- Register database locations.
- Perform an in-depth analysis of a database.
All in a user friendly interface.