sqlitebrowser 3.12.2-2 source package in Ubuntu

Changelog

sqlitebrowser (3.12.2-2) unstable; urgency=medium

  * Update debian/watch to match current Github workflow
  * Bump Standards-Version to 4.6.2, no changes

 -- Arto Jantunen <email address hidden>  Sat, 29 Jul 2023 13:46:05 +0300

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

Downloads

File Size SHA-256 Checksum
sqlitebrowser_3.12.2-2.dsc 2.1 KiB 422abd9e867889ea88a2ee9b0eba0f33d5c476652c1e3b6dfd4f795f57f80c78
sqlitebrowser_3.12.2.orig.tar.gz 3.8 MiB 645f98d38e5d128a449e93cebf03c8070f9eacd2d16b10e433a781d54a9d478a
sqlitebrowser_3.12.2-2.debian.tar.xz 5.7 KiB f844381e205ea9ba6a73c9535a7d5aaabf71b7282ffa1b8698e9031298923709

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