sqlite-utils 3.36-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update copyright year.

 -- Edward Betts <edward@4angle.com>  Thu, 07 Mar 2024 11:58:06 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlite-utils_3.36-1.dsc 2.4 KiB 9d5fa2a15c71896252958d748fe1a9c29bc08937c2d0c400f71b59e537d3eb39
sqlite-utils_3.36.orig.tar.gz 449.4 KiB eddf30e678589798f6d43256ab53e92e743a138fa442f651948771690ad1a6e1
sqlite-utils_3.36-1.debian.tar.xz 4.2 KiB 7c789decb66b26269cff27088d4bc7f72ab7f8a2f3500ea8e838a4731f64b057

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