SaaSHub helps you find the best software and product alternatives Learn more →
Sqlitebrowser Alternatives
Similar projects and alternatives to sqlitebrowser
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
rqlite
The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.
-
beekeeper-studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
-
-
-
-
-
-
dbgate
Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application
-
-
-
-
-
-
jyut-dict
A free, open-source, offline Cantonese Dictionary for Windows, Mac, and Linux. Qt, SQLite. C++ and Python.
-
sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
-
sqlitebrowser discussion
sqlitebrowser reviews and mentions
- นอนไม่หลับ ข้อมูลหาย 8 กู้คืน และย้ายข้อมูล
-
Eight years of wanting, three months of building with AI
> https://sqlitebrowser.org/
sqlitebrowser.org is cool but it's not the sort of developer tools I'm talking about. As I clarify in the side notes, I'm talking for a formatter, linter, LSP, not an IDE.
> https://sqlite.org/syntax.html
As I replied to some other comment, I'm very aware that there is a syntax diagram but that really only tells half the story. If you actually look at those diagrams into detail, or you look into the the actual parse.y grammar (https://sqlite.org/src/file?name=src/parse.y&ci=trunk), you'll find that they're missing a lot of information which is required for you to actually interpret the SQL into an AST.
When I say "formal specification", I'm not just talking about the formal grammar rules but also how those interpreted in practice. Something closer to the ECMAScript specification (https://ecma-international.org/publications-and-standards/st...).
-
Simple Ranking with SQLite3
DB Browser for SQLite
-
Getting started with SQLite using C#/Microsoft Visual Studio
Next, the database we’re going to use will need to be created. I’m going to do this with DB Browser for SQLite. Once installed, just go to ‘New Database’, browse to the location you want to create it at (just a handy place within the project folder is fine), choose a name and hit Save. An empty DB is created.
- DB Browser for SQLite – open-source and cross-platform GUI
-
Show HN: Base, an SQLite database editor for macOS
Because it a GUI that uses Mac-specific UI libraries that aren't available on Linux and Windows?
While the database stuff works on Linux and Windows, building UIs for the 3 platforms is very different, unless you use some cross platform wrapper layer. Which isn't the purpose of this one. You might want sqlitebrowser[1] if you're looking for something like that.
[1]:https://sqlitebrowser.org
-
The Art of NestJS Authentication: A Step-by-Step Guide for Beginners
To inspect the database, you can use the SQLite cli tools or the SQLite browser.
-
Show HN: TextQuery – Query CSV, JSON, XLSX Files with SQL
For CSV files you can also import them directly into a SQLite file using https://sqlitebrowser.org/
XLSX would be the same workflow with "save as" CSV and then push it into SQLite.
- SQLite File Format Viewer
-
Using llama-cookbook “Text2SQL” and really impressed!
brew install db-browser-for-sqlite ==> Auto-updating Homebrew... ... ==> Downloading https://github.com/sqlitebrowser/sqlitebrowser/releases/download ==> Downloading from https://objects.githubusercontent.com/github-production-rel ######################################################################### 100.0% ==> Installing Cask db-browser-for-sqlite ==> Moving App 'DB Browser for SQLite.app' to '/Applications/DB Browser for SQLi 🍺 db-browser-for-sqlite was successfully installed!
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
sqlitebrowser/sqlitebrowser is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of sqlitebrowser is C++.