Alternatives to sqlite-utils

A Python command-line tool and library for creating, querying and transforming SQLite databases. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as sqlite-utils.

  • sq

    An open-source command-line tool to inspect, query, join, import and export data across databases and files.

    sq imports and exports data across databases and files, including Excel into tables, but uses its own SLQ query language and is not a Python library.

  • trdsql

    Query structured files with SQL from the command line.

    trdsql runs SQL directly over structured files from the command line, without building SQLite databases or offering a Python library.

Similar software

Related functionality, not a direct replacement.