sqlite-utils 3.26.1-1 source package in Ubuntu

Changelog

sqlite-utils (3.26.1-1) unstable; urgency=medium

  * New upstream release.
  * Add python3-click-default-group to Depends in debian/tests/control.

 -- Edward Betts <edward@4angle.com>  Thu, 26 May 2022 19:18:33 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlite-utils_3.26.1-1.dsc 2.3 KiB f26e85c9c9381b2eff1d2946abbde65433035bd2c2d6de675257bed61d793ce7
sqlite-utils_3.26.1.orig.tar.gz 184.5 KiB ccb2484f3936f5987fffc096721aab7ca47b99b473aa39371b2a1293fed8f62c
sqlite-utils_3.26.1-1.debian.tar.xz 3.9 KiB 9c312c0a120ed13055c16108763c8da2b6b57583e9c79a9c9ecf7f4015d945b0

Available diffs

No changes file available.

Binary packages built by this source

sqlite-utils: CLI tool and Python utility functions for manipulating SQLite

 Feature highlights:
 .
   - Pipe JSON (or CSV or TSV) directly into a new SQLite database file,
     automatically creating a table with the appropriate schema
   - Run in-memory SQL queries, including joins, directly against data in CSV,
     TSV or JSON files and view the results.
   - Configure SQLite full-text search against your database tables and run
     search queries against them, ordered by relevance
   - Run transformations against your tables to make schema changes that SQLite
     `ALTER TABLE` does not directly support, such as changing the type of a
     column
   - Extract columns into separate tables to better normalize your existing data