JSQLiteManager is a SQLite database manager written in Java.
I’ve looked for a decent (and free) database manager for SQLite for a while, but hadn’t found anything. Each app had it’s own little annoyances like plainly crashing every few actions you do, or the query view that only shows 1 column (you had to click the scrollbar to move forward and back through the columns..).
So I felt that I should make a decent free SQLite database manager (or to be honest I was so annoyed that I couldn’t find anything decent that I felt forced to make something decent myself).