{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Anysqlite wraps SQLite with an async/await interface that works with both asyncio and trio, letting you query SQLite databases without blocking your async code.","skillfed_tags":["async-database","sqlite-wrapper"],"use_cases":["Building async web applications that need local SQLite storage without blocking the event loop","Writing async CLI tools or daemons that query a local SQLite database","Testing async code that requires database fixtures, using in-memory SQLite databases","Migrating asyncio code to trio (or vice versa) while keeping the same database layer"],"what_it_does":"Anysqlite provides an async/await wrapper around Python's standard sqlite3 library, allowing you to execute SQLite queries without blocking your async event loop. It abstracts over both asyncio and trio backends using anyio, so you can use the same code regardless of which async framework you've chosen.\n\nThe package is designed for developers building async applications that need local SQLite database access. It exposes familiar sqlite3 methods like connect(), execute(), and fetchone() but as coroutines, so they integrate naturally into async/await code. With only anyio as a runtime dependency and support for Python 3.8 through 3.12, it has minimal friction to install.","worth_installing":"Yes, if you need async SQLite access in a trio or asyncio project and can tolerate a package in beta with no recent releases. The low install friction, single lightweight dependency, and lack of known vulnerabilities make it safe to try. However, verify the license status before using in production or redistribution."},"id":"anysqlite","links":{"html":"https://skillfed.io/packages/anysqlite","md":"https://skillfed.io/packages/anysqlite.md","pypi":"https://pypi.org/project/anysqlite/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-10-02","license_spdx":null,"license_treatment":"unclear","name":"anysqlite","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":2355634,"position":3110,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.5"}
