{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Database Engines/Servers","url":"https://skillfed.io/packages/category/database-database-engines-servers"}],"enrichment":{"capability":"Provides a self-contained SQLite database driver for Python that can be installed separately from the standard library, with support for modern SQLite features and the option to use either bundled or system SQLite.","skillfed_tags":["sqlite-driver","db-api-2.0","self-contained"],"use_cases":["Use it when you need a newer version of SQLite than what your Python distribution provides.","Use it to enable SQLite extensions or custom features compiled into the bundled binary.","Use it as a portable, dependency-free SQLite driver for applications that must run on multiple systems.","Use it to access advanced SQLite features like user-defined window functions in older Python versions.","Use it when you need to link against a specific system SQLite version or configuration."],"what_it_does":"pysqlite3-binary packages SQLite as a standalone, separately-installable Python module rather than relying on the standard library's sqlite3. This is useful when you need a specific version of SQLite, want to use custom extensions, or need features not available in your Python's bundled version. The package offers pre-built wheels containing a statically-linked, self-contained SQLite binary with no external dependencies, or you can build it against your system SQLite if you prefer.\n\nThe package includes several enhancements: user-defined window functions (requires SQLite >= 3.25), customizable flags and VFS when opening connections, incremental BLOB I/O, improved error messages, and native SQLite backup API. It follows the DB-API 2.0 interface, so it can often be used as a drop-in replacement for the standard sqlite3 module. However, the maintainer notes that new development is moving to a different project, so this package is in maintenance mode.","worth_installing":"Yes, if you need a specific SQLite version, custom extensions, or features not in your Python's standard library. The permissive license, active maintenance, and zero runtime dependencies make it low-risk. However, note that the maintainer is directing new development elsewhere, so consider whether that project better suits your long-term needs. Pre-built wheels are available for common platforms, reducing install friction."},"id":"pysqlite3-binary","links":{"html":"https://skillfed.io/packages/pysqlite3-binary","md":"https://skillfed.io/packages/pysqlite3-binary.md","pypi":"https://pypi.org/project/pysqlite3-binary/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-12-03","license_spdx":null,"license_treatment":"permissive","name":"pysqlite3-binary","python_support":"unspecified","summary":"DB-API 2.0 interface for Sqlite 3.x"},"popularity":{"monthly_downloads":918286,"position":4723,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.5.4.post2"}
