sqlite-utils 3.30-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Tue, 01 Nov 2022 15:02:33 +0000

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlite-utils_3.30-1.dsc 2.3 KiB 91c0420ca96dc661d7ab3f9ace63faa7e4c351e4b2bfa912e9e59d8e44fdeeb5
sqlite-utils_3.30.orig.tar.gz 199.5 KiB ff181e9754a24656b02709def24436b30edefa4a1211d5d12317222076fc6b26
sqlite-utils_3.30-1.debian.tar.xz 3.9 KiB 309c4f662c2784a7744da7f8dfccdf3e21fde52af80440cc6d637a34fabd6c43

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