{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides a DBAPI 2.0-compatible Python interface to SQLite via the ADBC (Arrow Database Connectivity) driver, enabling standard SQL queries with Arrow table results.","skillfed_tags":["arrow-integration","dbapi-2.0"],"use_cases":["Query SQLite databases in Python code using standard DBAPI 2.0 cursor and connection patterns","Retrieve query results as Arrow tables for efficient downstream processing in pandas or other Arrow-aware libraries","Integrate SQLite into data pipelines that already use Apache Arrow for columnar data handling","Prototype or migrate applications from other ADBC drivers to SQLite without changing the query interface"],"what_it_does":"adbc-driver-sqlite wraps the Apache ADBC SQLite driver with a DBAPI 2.0-compatible interface, letting you query SQLite databases using standard Python database API conventions. It sits on top of adbc-driver-manager and returns results as Arrow tables rather than plain tuples, bridging SQLite with the Arrow ecosystem.\n\nThe package is built from compiled native bindings (available for macOS, Linux, and Windows), so installation requires the ADBC_SQLITE_LIBRARY environment variable to point to the native driver library. It's intended for workflows where you want SQLite's simplicity but Arrow's columnar performance and interoperability with data science tools.","worth_installing":"Yes, if you need DBAPI 2.0 access to SQLite with Arrow table results and are willing to manage the native library dependency. The package is actively maintained, has no known vulnerabilities, and fits naturally into Arrow-based data workflows. Not necessary if you only need standard sqlite3 module or don't require Arrow integration."},"id":"adbc-driver-sqlite","links":{"html":"https://skillfed.io/packages/adbc-driver-sqlite","md":"https://skillfed.io/packages/adbc-driver-sqlite.md","pypi":"https://pypi.org/project/adbc-driver-sqlite/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"adbc-driver-sqlite","python_support":"supports_current","summary":"An ADBC driver for working with SQLite."},"popularity":{"monthly_downloads":1369970,"position":3993,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.12.0"}
