sqlite-utils 3.35.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Wed, 08 Nov 2023 14:09:21 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlite-utils_3.35.2-1.dsc 2.4 KiB 20a83434c122a59886d3ddb428d50c51fd97d817e48880d9b58ed7b96f99e1ac
sqlite-utils_3.35.2.orig.tar.gz 448.5 KiB b493c7bbb39fca0d2a476a42bc970cbd1801868ad0a5d44c42ba562eb121c612
sqlite-utils_3.35.2-1.debian.tar.xz 4.2 KiB c07829de59159917cf624e3be333f36e47f3d0cabc14700be88d1e8322179ff6

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