SQLite Browser: Difference between revisions
Appearance
Created page with "right|250px SQLite Database Browser, also known as '''DB Browser for SQLite''', is an open source tool with a spreadsheet-like interface that all..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:Sqlite_browser.png| | [[Image:Sqlite_browser.png|thumb]] | ||
SQLite Database Browser, also known as '''DB Browser for SQLite''', | SQLite Database Browser, also known as '''DB Browser for SQLite''', is an open source tool with a spreadsheet-like interface that allows you to visually used to create, search, design and edit database files compatible with the [[SQLite]] database. SQLite Database Browser is based on an earlier [[public domain]] tool called '''Arca Database Browser'''. | ||
Controls and wizards are available for users to: | Controls and wizards are available for users to: | ||
Line 15: | Line 15: | ||
==Version== | ==Version== | ||
* | * 3.8.0 - [ftp://ftp.netlabs.org/pub/qtapps/sqlitebrowser-3.8.0-os2.7z sqlitebrowser-3.8.0-os2.7z] (2016-06-12) | ||
* 3.9.0 - (2016-02-10) | |||
* 3.9.1 - (2016-03-10) | |||
;Prerequisites | ;Prerequisites | ||
* [[Qt4]] libraries | *[[Qt4]] libraries | ||
* | *GCC4Core | ||
* | *kLibc libraries | ||
* [[SQLite]] | *[[SQLite]] | ||
==Links== | ==Links== | ||
* [http://sqlitebrowser.org DB Browser for SQLite homepage] | * [http://sqlitebrowser.org DB Browser for SQLite homepage] | ||
==Licence== | |||
* Originally in the [[public domain]], the SQLite Browser actually still is PD, however the specific fork used in the OS/2 port is actually called "DB Browser for SQLite" and has been licenced under the [[Mozilla Public Licence v2]] or [[GPL v3]] depending on which you prefer. | |||
==Authors== | ==Authors== | ||
* Justin Clift ( | * Mauricio Piacentini (Original Arca Database Browser author) | ||
* Raquel Ravanini (Contributor) | |||
* Jens Miltner (Contributor) | |||
* Raquel Ravanini (Contributor) | |||
* Justin Clift (Current maintainer) | |||
* [[Elbert Pol]] (OS/2 port) | * [[Elbert Pol]] (OS/2 port) | ||
[[Category:Databases]] | [[Category:Databases]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
[[Category:Software written in C++]] |
Latest revision as of 06:31, 7 October 2022

SQLite Database Browser, also known as DB Browser for SQLite, is an open source tool with a spreadsheet-like interface that allows you to visually used to create, search, design and edit database files compatible with the SQLite database. SQLite Database Browser is based on an earlier public domain tool called Arca Database Browser.
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
Version
- 3.8.0 - sqlitebrowser-3.8.0-os2.7z (2016-06-12)
- 3.9.0 - (2016-02-10)
- 3.9.1 - (2016-03-10)
- Prerequisites
Links
Licence
- Originally in the public domain, the SQLite Browser actually still is PD, however the specific fork used in the OS/2 port is actually called "DB Browser for SQLite" and has been licenced under the Mozilla Public Licence v2 or GPL v3 depending on which you prefer.
Authors
- Mauricio Piacentini (Original Arca Database Browser author)
- Raquel Ravanini (Contributor)
- Jens Miltner (Contributor)
- Raquel Ravanini (Contributor)
- Justin Clift (Current maintainer)
- Elbert Pol (OS/2 port)