Py-sqlite-utils

Jul 20, 2023

Python CLI utility and library for manipulating SQLite databases

Python CLI utility and library for manipulating SQLite databases.

Some 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


Checkout these related ports:
  • Zodb3 - Z - Object Database for python
  • Zodb - Python object-oriented database
  • Zabbix22-libzbxpgsql - Zabbix agent module for comprehensive monitoring of PostgreSQL servers
  • Xtrabackup8 - Open-source backup tool for InnoDB and XtraDB
  • Xtrabackup - OpenSource version of InnoDB backup with support of Percona extensions
  • Xrootd - Framework for fast, low latency, scalable data access
  • Xls2txt - Utilities to convert spreadsheet files to text and csv formats
  • Xapian-core12 - Probabilistic text search database engine
  • Xapian-core10 - Probabilistic text search database engine
  • Xapian-core - Probabilistic text search database engine
  • Xapian-bindings12 - Bindings allowing Xapian to be used from various programming languages
  • Xapian-bindings - Bindings allowing Xapian to be used from various programming languages
  • Wfb2sql - CIA World Fact Book to SQL Conversion Utility
  • Webdis - HTTP interface for Redis
  • Vsqlite - Well designed and portable SQLite3 Wrapper for C++