DB Browser for SQLite

From TheAlmightyGuru
Jump to: navigation, search
Viewing a table's structure.

DB Browser for SQLite, originally called "SQLiteBrowser," is a cross platform free and open source viewer for SQLite databases created by Mauricio Piacentini in C++, and first released on 2003-08-19. It is designed for both developers and users in mind, so it's both powerful and easy to use. The program is a must for anyone struggling with SQLite's command line functions.

Personal

I found this program when I was programming a file librarian utility which was using SQLite on the back-end. After becoming frustrated with the commandline interface, I searched for a program with a proper UI and found this. I used it for several years until I discovered that HeidiSQL adopted SQLite support, and now I use that instead.

Links

Link-Official.png