Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Sqlitebrowser Alternatives
Similar projects and alternatives to sqlitebrowser
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
beekeeper-studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
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.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sqlitebrowser discussion
sqlitebrowser reviews and mentions
- 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!
- SQLiteStudio: Create, edit, browse SQLite databases
- SQLitebrowser: First update in three years (July 2024)
-
How to structure a solution in .NET
We now have a nice new database that can persist our domain model classes to it via EF Core. To browse the database you can open the file from disk using DB Browser. This lets you see the data (of which there is none yet) in the tables, as well as the sql used to create the database schema.
-
One in five genetics papers contains errors thanks to Microsoft Excel (2016)
For really simple databases, I've had limited success getting people to use a UI in front of SQLite:
https://sqlitebrowser.org/
-
Free and Open-Source Alternatives to TablePlus and DataGrip for Database Management
Link: DB Browser for SQLite
- DB Browser for SQLite (DB4S)
- SQLite-Web: Web-based SQLite database browser written in Python
-
A SQLite extension that brings column-oriented tables to SQLite
We have a spread of different GitHub Actions based workflows that do stuff whenever a PR is proposed or merged:
https://github.com/sqlitebrowser/sqlitebrowser/tree/master/....
Most of those are oriented around building packages for various OS's (Linux, macOS, Windows) so people can try the latest code.
While there are some tests, they're more like extremely basic sanity tests and don't rely on Docker.
Those tests rely on whichever version of SQLite was downloaded and compiled into the GUI (as per above code snippet).
---
That being said, that's for the client side GUI application. There's a server side of things too (https://github.com/sqlitebrowser/dbhub.io -> dbhub.io) that does use docker for it's automated tests:
https://github.com/sqlitebrowser/dbhub.io/tree/master/.githu...
Those are integration tests though (eg "make sure we didn't bust communication with our cli", "make sure our go library still works 100% with the server"), and a reasonably decent set of End to End (E2E) tests of the web interface using Cypress.
---
Does that help? :)
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 19 Apr 2025
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++.