All Projects → sqlitebrowser → Sqlitebrowser

sqlitebrowser / Sqlitebrowser

Licence: other
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
SCSS
7915 projects
CMake
9771 projects
Yacc
648 projects
shell
77523 projects

Projects that are alternatives of or similar to Sqlitebrowser

Choochoo
Training Diary
Stars: ✭ 186 (-98.82%)
Mutual labels:  database, sqlite
Better Sqlite3
The fastest and simplest library for SQLite3 in Node.js.
Stars: ✭ 2,778 (-82.42%)
Mutual labels:  database, sqlite
Simple Crud
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Stars: ✭ 190 (-98.8%)
Mutual labels:  database, sqlite
Rxgrdb
Reactive extensions for SQLite
Stars: ✭ 176 (-98.89%)
Mutual labels:  database, sqlite
Iosdebugdatabase
make it easy to debug databases in iOS applications iOS debug database
Stars: ✭ 219 (-98.61%)
Mutual labels:  database, sqlite
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-98.85%)
Mutual labels:  database, sqlite
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (-98.77%)
Mutual labels:  database, sqlite
Esp32 arduino sqlite3 lib
Sqlite3 Arduino library for ESP32
Stars: ✭ 167 (-98.94%)
Mutual labels:  database, sqlite
Endb
Key-value storage for multiple databases. Supports MongoDB, MySQL, Postgres, Redis, and SQLite.
Stars: ✭ 208 (-98.68%)
Mutual labels:  database, sqlite
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (-85.35%)
Mutual labels:  database, sqlite
Ocaml Caqti
Cooperative-threaded access to relational data
Stars: ✭ 175 (-98.89%)
Mutual labels:  database, sqlite
Piccolo
A fast, user friendly ORM and query builder which supports asyncio.
Stars: ✭ 219 (-98.61%)
Mutual labels:  database, sqlite
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (-86.01%)
Mutual labels:  database, sqlite
Pssqlite
PowerShell module to query SQLite databases
Stars: ✭ 184 (-98.84%)
Mutual labels:  database, sqlite
Old Rustorm
An ORM for rust
Stars: ✭ 168 (-98.94%)
Mutual labels:  database, sqlite
Pydbgen
Random dataframe and database table generator
Stars: ✭ 191 (-98.79%)
Mutual labels:  database, sqlite
Sqlite Jdbc
SQLite JDBC Driver
Stars: ✭ 1,961 (-87.59%)
Mutual labels:  database, sqlite
Sqlitestudio
A free, open source, multi-platform SQLite database manager.
Stars: ✭ 2,337 (-85.21%)
Mutual labels:  database, sqlite
Rustorm
an orm for rust
Stars: ✭ 205 (-98.7%)
Mutual labels:  database, sqlite
Grdbcombine
GRDB ❤️ Combine
Stars: ✭ 220 (-98.61%)
Mutual labels:  database, sqlite

DB Browser for SQLite

Wiki Build Status Join the chat at https://gitter.im/sqlitebrowser/sqlitebrowser Download Qt Coverity C/C++ CI Patreon

DB Browser for SQLite Screenshot

What it is

DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

DB4S is for users and developers who want to create, search, and edit databases. DB4S uses a familiar spreadsheet-like interface, so complicated SQL commands do not have to be learned.

Controls and wizards are available for users to:

  • Create and compact database files
  • Create, define, modify and delete tables
  • Create, define, and delete indexes
  • Browse, edit, add, and delete records
  • Search records
  • Import and export records as text
  • Import and export tables from/to CSV files
  • Import and export databases from/to SQL dump files
  • Issue SQL queries and inspect the results
  • Examine a log of all SQL commands issued by the application
  • Plot simple graphs based on table or query data

What it is not

This program is not a visual shell for the sqlite command line tool, and does not require familiarity with SQL commands. It is a tool to be used by both developers and end users, and must remain as simple to use as possible in order to achieve these goals.

Wiki

For user and developer documentation, check out our Wiki at: https://github.com/sqlitebrowser/sqlitebrowser/wiki.

Nightly builds

Download nightly builds for Windows and macOS here:

Windows

Download Windows releases here:

Note: If for some reason the standard Windows release does not work (e.g. gives an error), try a nightly build. Nightly builds often fix bugs reported after the last release. :D

macOS

Stable release

DB Browser for SQLite works well on macOS.

  • macOS 10.12 (Sierra) - 10.15 (Catalina) are tested and known to work.

macOS 10.13 is needed for the latest release (v3.12.2), but v3.12.0 will work on macOS 10.12 (thanks to @Kadigan for pointing this out).

Download macOS releases here:

The latest macOS binary can be installed via Homebrew Cask:

brew install --cask db-browser-for-sqlite

Nightly builds

Nightly builds are available here:

and also you can be installed via Homebrew Cask:

$ brew tap homebrew/cask-versions
$ brew cask install db-browser-for-sqlite-nightly

Note: You can NOT install nightly builds with Homebrew if you already have the stable version installed.

Linux

DB Browser for SQLite works well on Linux.

Arch Linux

Arch Linux provides an up to date version

Install with the following command:

sudo pacman -S sqlitebrowser

Fedora

Install for Fedora (i386 and x86_64) by issuing the following command:

$ sudo dnf install sqlitebrowser

openSUSE

$ sudo zypper install sqlitebrowser

Debian

Debian focuses more on stability rather than newest features. Therefore packages will typically contain an older (but well tested) version, compared to the latest release.

Update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Ubuntu and Derivatives

Stable release

For Ubuntu and derivatives, @deepsidhu1313 provides a PPA with the latest release here:

To add this PPA just type in this command in terminal:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser

Then update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Ubuntu 14.04.X, 15.04.X, 15.10.X and 16.04.X are supported for now (until Launchpad decides to discontinue building for any series).

Ubuntu Precise (12.04) and Utopic (14.10) are not supported:

  • Precise does not have a new enough Qt package in its repository by default, which is a dependency
  • Launchpad does not support Utopic any more, which has reached its End of Life

Nightly builds

Nightly builds are available here:

To add this PPA, type these commands into the terminal:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing

Then update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Other Linux

On others, compile DB4S using the instructions in BUILDING.md.

FreeBSD

DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to lbartoletti 😄). DB4S can be installed using either this command:

# make -C /usr/ports/databases/sqlitebrowser install

or this command:

# pkg install sqlitebrowser

Snap packages

Get it from the Snap Store

Snap Nightlies

 snap install sqlitebrowser --devmode

Snap Stable

 snap install sqlitebrowser

Compiling

Instructions for compiling on Windows, macOS, Linux, and FreeBSD are in BUILDING.

Twitter

Follow us on Twitter: https://twitter.com/sqlitebrowser

Website

Old project page

Releases

History

This program was developed originally by Mauricio Piacentini (@piacentini) from Tabuleiro Producoes as the Arca Database Browser. The original version was used as a free companion tool to the Arca Database Xtra, a commercial product that embeds SQLite databases with some additional extensions to handle compressed and binary data.

The original code was trimmed and adjusted to be compatible with standard SQLite 2.x databases. The resulting program was renamed SQLite Database Browser, and released into the Public Domain by Mauricio. Icons were contributed by Raquel Ravanini, also from Tabuleiro. Jens Miltner (@jmiltner) contributed the code to support SQLite 3.x databases for the 1.2 release.

Pete Morgan (@daffodil) created an initial project on GitHub with the code in 2012, where several contributors fixed and improved pieces over the years. René Peinthor (@rp-) and Martin Kleusberg (@MKleusberg) then became involved, and have been the main driving force from that point. Justin Clift (@justinclift) helps out with testing on OSX, and started the new github.com/sqlitebrowser organisation on GitHub.

John T. Haller, of PortableApps.com fame, created the new logo. He based it on the Tango icon set (public domain).

In August 2014, the project was renamed to "Database Browser for SQLite" at the request of Richard Hipp (creator of SQLite), as the previous name was creating unintended support issues.

In September 2014, the project was renamed to "DB Browser for SQLite", to avoid confusion with an existing application called "Database Browser".

Contributors

View the list by going to the Contributors tab.

License

DB Browser for SQLite is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later.

Modification or redistribution is permitted under the conditions of these licenses.

Check LICENSE-PLUGINS for other rights regarding included third-party resources.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].