Skip to content
mdmadonna edited this page Mar 28, 2018 · 6 revisions

Welcome to the SQLite-Workshop wiki!

SQLite Workshop is a Database Management tool for SQLite.

It is MS Windows based and the current configuration is set up as a 64-bit application. It should work as a 32-bit app but I haven't compiled or tested it in that configuration.

Here is a current status.

Most things work reasonably well - here are some current issues that I'm still working on.

  1. The database tree refresh routines are not complete. For example, when you add a table, you may need to refresh the tree to make it appear.

  2. Support for encrypted databases is incomplete. Some things work fine, others don't.

  3. Support for tables without rowid is incomplete.

  4. Import routines are not yet complete. The preview and mapping feature for database imports is not done and Excel import is not started. You can, however, import from Excel by saving the spreadsheet as a comma delimited (.csv) file and importing the test file. Other than that, most imports will work just fine.

  5. Sql templates will always be a work in progress. I'll continue to add new my own new templates and templates submitted by others.

  6. The Database Editor needs a little work on navigating through the grid. The selected cell may jump to the first column from time to time.

  7. The row insert feature in the Row Editor is not yet implemented.

  8. Sorry, no localization - English only.

Clone this wiki locally