SQLite DB Browser


This entry is part 2 of 4 in the series SQLite

What is DB Browser? DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed for people who want to create, search, and edit SQLite or SQLCipher database files.

What is SQLite? SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.

I’m using Windows 11 and below is a screen shot of DB Browser for SQLIte with a database called friends that is open in the app.

SQLite DB Browser

works with Windows, macOS, and most versions of Linux and Unix.

SQLite

SQLite Introduction From CSV to SQLite

Leave a Reply