Create, design and edit SQLite Databases
SQLite Database Browser is a freeware, public domain, open source visual tool
used to create, design and edit database files compatible with SQLite. It is
meant to be used for users and developers that want to create databases, edit
and search data using a familiar spreadsheet-like interface, without the need
to learn complicated SQL commands. 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
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / sqlitebrowser
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database/sqlitebrowser && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
sqlitebrowser.1 | 0000001435 1.4 KB | |
sqlitebrowser.changes | 0000024165 23.6 KB | |
sqlitebrowser.obsinfo | 0000000104 104 Bytes | |
sqlitebrowser.spec | 0000003771 3.68 KB | |
v3.12.0.tar.gz | 0004017370 3.83 MB |
Revision 39 (latest revision is 45)
- Update to 3.12.0 * Hightlights - Better table handling - Conditional formatting - Better threading and cancelling support for long-running queries - Multi-column sorting - New SQL parser with Unicode support and better coverage in general - Find dialogs everywhere - UI improvements everywhere - Proxy support - Better performance on slow systems - Support for pre-3.11 project file format https://sqlitebrowser.org/blog/version-3-12-0-released/
Comments 0