sqlitebrowser 3.10.1-1.1 source package in Ubuntu

Changelog

sqlitebrowser (3.10.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update for new qscintilla2 library names (Closes: #885635)

 -- Scott Kitterman <email address hidden>  Thu, 04 Jan 2018 07:02:20 -0500

Upload details

Uploaded by:
Arto Jantunen
Uploaded to:
Sid
Original maintainer:
Arto Jantunen
Architectures:
any
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
sqlitebrowser_3.10.1-1.1.dsc 2.0 KiB b4279402980f9f571ff056de582545596d3f57bc9a419430680a529831eebd88
sqlitebrowser_3.10.1.orig.tar.gz 1.9 MiB 36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef
sqlitebrowser_3.10.1-1.1.debian.tar.xz 5.5 KiB 3a9279231dcff0acf79b048cec440a9ea789f163201ef3ac4705dfab9a19546d

Available diffs

No changes file available.

Binary packages built by this source

sqlitebrowser: GUI editor for SQLite databases

 SQLite Database Browser is a visual tool used to create, design and edit
 database files compatible with SQLite. Its interface is based on QT,
 and 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
 .
 SQLite Database Browser is not a visual shell for the sqlite command line
 tool. It does not require familiarity with SQL commands.

sqlitebrowser-dbgsym: debug symbols for sqlitebrowser