Create, design and edit SQLite Databases

Edit Package sqlitebrowser
https://github.com/rp-/sqlitebrowser/

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

Refresh
Refresh
Source Files
Filename Size Changed
sqlitebrowser-3.10.0.tar.gz 0001990333 1.9 MB
sqlitebrowser.1 0000001435 1.4 KB
sqlitebrowser.changes 0000021424 20.9 KB
sqlitebrowser.spec 0000003855 3.76 KB
Revision 9 (latest revision is 16)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 519688 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 9)
- Correct license
- Use more cmake macros
- Use shared qscintilla library

- update to version 3.10.0
  * Highlights
    - DBHub.io integration
      + Uploading and downloading of databases works
      + Branching, forking, starring works, as does creating tags and releases
      + There's a 100MB per database limit at the moment though, as it's still in development
      + Backups aren't done on it (yet), so don't use it as your only place for storing important things (!!!)
      + The front page is... not great. We're working on it.
      + Still lots of upcoming stuff needing to be done. An API to query your databases, a cli, merging, discussions/issues
      + Please report bugs, ideas, suggestions (etc) on the dbhub.io repo issue tracker as you find them.
    - Many plot improvements (NULL values, progress dialog, remember settings, better colours, and bug fixes)
    - Better table editing (foreign key editor, toggling the WITHOUT ROWID flag, temporary tables, ...)
    - Better Import CSV dialog. It can now handle multiple CSV files at once
    - Improved Index dialog and better index handling in general
    - Better handling of virtual tables
    - Filter improvements (ranges, NULL search)
    - The usual improvements to the grammar parser
  * See the full list of changes under
    https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.0
- switch back to cmake build
- use system antlr on openSUSE, the problems seem to be fixed
- unconditionally build with Qt5, Qt4 support has been dropped in
  this release
Comments 0
openSUSE Build Service is sponsored by