{"categories":[{"label":"Database Engines/Servers","url":"https://skillfed.io/packages/category/database-database-engines-servers"}],"enrichment":{"capability":"pysqlite3 packages SQLite as a standalone Python module, letting you use a specific SQLite version independently of the system library or Python's bundled sqlite3.","skillfed_tags":["sqlite","database-driver","self-contained"],"use_cases":["Use it when your application requires a SQLite version newer than what ships with your Python release.","Use it to deploy a self-contained application that doesn't depend on system SQLite libraries being present.","Use it to enable SQLite extensions or features not available in the standard library module.","Use it in containerized or embedded environments where you need reproducible SQLite behavior across platforms."],"what_it_does":"pysqlite3 is a repackaging of Python's sqlite3 module as a standalone, installable library. It lets you decouple your SQLite version from what ships with Python, which is useful when you need a newer SQLite release, specific extensions, or a self-contained binary that works across environments. The package offers precompiled wheels for multiple Python versions on macOS (ARM), Linux, Windows, and musl-based systems, eliminating the need to compile from source in most cases.\n\nThe library implements the standard DB-API 2.0 interface, so code written for the built-in sqlite3 module works unchanged. It adds features like user-defined window functions (requires SQLite >= 3.25), VFS and flags support for connection tuning, incremental BLOB I/O, and the native SQLite backup API. You can also build it statically linked against a specific SQLite version by providing the amalgamation source files.","worth_installing":"Yes, if you need a specific SQLite version or features beyond the standard library. The precompiled wheels make installation straightforward on common platforms. The MIT license is permissive, there are no known vulnerabilities, and it's a drop-in replacement for sqlite3. Install only if you have a concrete reason\u2014the standard library module is sufficient for most applications."},"id":"pysqlite3","links":{"html":"https://skillfed.io/packages/pysqlite3","md":"https://skillfed.io/packages/pysqlite3.md","pypi":"https://pypi.org/project/pysqlite3/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-05","license_spdx":"MIT","license_treatment":"permissive","name":"pysqlite3","python_support":"supports_current","summary":"DB-API 2.0 interface for Sqlite 3.x"},"popularity":{"monthly_downloads":461334,"position":6534,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
