Base 2.0 is a fantastic SQLite GUI
It is a major improvement over the 1.x version in speed. It nicely handles 1M+ record SQLite files now. It now has more sophisticated features such as column renames and schema changes (these are not natively supported in SQLite, so they have to be explicitly programmed by the developer; its a real timesaver over manually recreating a db). I find that I turn to it for all the SQLite files I handle now. Its a nice, simple, clean, fast SQLite GUI. And the price is awesome!
Ill throw in one suggestion; allow NULL fields not only to be marked with user selectable text, but also a user selectable background color; I find that makes it much easier to browse through to see where the nulls are instead of WHERE foo IS NULL queries...
nff22d7 about
Base - SQLite Editor