{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"Python SDK for connecting to and querying libSQL databases, supporting both local SQLite files and remote libSQL servers via WebSockets or HTTP.","skillfed_tags":["async-database","libsql","abandoned"],"use_cases":["Query a local SQLite database from async Python code without blocking the event loop.","Connect to a remote libSQL server (sqld) and execute queries over WebSockets or HTTP.","Build applications that need to switch between local and remote database backends using the same API.","Use synchronous database access in non-async codebases via the create_client_sync() wrapper.","Integrate libSQL with existing Python projects that already depend on aiohttp."],"what_it_does":"libsql-client is a Python SDK for interacting with libSQL databases. It provides both async and synchronous APIs to connect to local SQLite files or remote libSQL servers (sqld) via WebSockets or HTTP. The async client is the primary interface, built on aiohttp, while a synchronous wrapper runs the event loop in a background thread for blocking use cases.\n\nThe package supports multiple URL schemes (file:, ws:, wss:, http:, https:, libsql:) to abstract the connection method. It executes SQL queries and returns result sets with row data. The repository is now archived and abandoned, with no releases since 2024-05-03.","worth_installing":"No. The package is abandoned (repository archived, last release 2024-05-03) and receives no maintenance. While it has low install friction and a permissive MIT license, the lack of active development poses risks for long-term compatibility, security updates, and bug fixes. Use only if maintaining a legacy application already using it or if you can commit to forking and maintaining it yourself."},"id":"libsql-client","links":{"html":"https://skillfed.io/packages/libsql-client","md":"https://skillfed.io/packages/libsql-client.md","pypi":"https://pypi.org/project/libsql-client/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2024-05-03","license_spdx":null,"license_treatment":"permissive","name":"libsql-client","python_support":"supports_current","summary":"Python SDK for libSQL"},"popularity":{"monthly_downloads":118919,"position":12098,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
