libsql-experimental
What it is and what it does
libsql-experimental is a Python client for Turso, a SQLite-compatible database service built on libSQL. It provides a way to connect to and execute SQL queries against Turso databases from Python code. The package is distributed as platform-specific wheels for CPython and PyPy on Linux and macOS, with no runtime dependencies beyond Python itself.
Turso itself is a managed database service that extends SQLite with features like replication to multiple locations, embedded replicas for low-latency access, and the ability to scale to many databases per organization. This package is the experimental Python binding to that service, designed for developers who want to use Turso as their database backend. However, the package is explicitly marked as experimental and not production-grade, and maintenance appears limited given the aging status and long time since the last release.
Use it for:
- Connect a Python application to a Turso database and execute SQL queries against it.
- Build a prototype or experimental application using Turso as a SQLite-compatible backend.
- Test libSQL features and Turso's replication or embedded replica capabilities from Python.
- Integrate Turso database access into a Python CLI tool or script for data operations.
- Evaluate Turso's distributed SQLite approach before committing to production use.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Turso, a SQLite-compatible database built on libSQL, enabling connection to and querying of Turso databases from Python applications.
Yes-with-conditions. Install if you are actively evaluating Turso for a project and want to prototype with Python, or if you are willing to work with experimental software. Do not install for production systems—the package is explicitly experimental and not production-grade. Verify the license terms before use. Monitor maintenance status; 431 days since last release suggests limited active development.
Install
libsql-experimental on PyPI
pip
pip install libsql-experimentaluv
uv add libsql-experimentalpoetry
poetry add libsql-experimentalInstalling libsql-experimental
Before you install
Medium install friction due to platform-specific wheels (CPython and PyPy on Linux and macOS only). Package is marked experimental and aging—last release was 431 days ago—suggesting limited active maintenance.
License in practice
License treatment is unclear; no SPDX identifier or raw license text is available in the metadata. Verify the actual license before use in proprietary or copyleft-sensitive projects.
Quickstart
pip install libsql-experimental
from libsql_experimental import Client
client = Client(url="turso://...", auth_token="...")
result = client.execute("SELECT * FROM table")
Package is experimental and only supports Linux and macOS; Windows is not supported. Requires Python >=3.7.
Verify before relying
- Actual license text and terms—metadata shows unclear treatment with no SPDX or raw license field.
- Whether the package is still actively maintained given 431 days since last release and 'aging' status.
- Windows support status—description states Linux and macOS only, but verify current scope.
- Production readiness—package explicitly states it is experimental and not production grade.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | aging — 431 days since the last release |
| First released | |
| Downloads | 141,965/month — #11,229 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: libsql_experimental-0.0.55-cp310-cp310-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp310-cp310-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp311-cp311-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp311-cp311-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp312-cp312-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp312-cp312-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp313-cp313-macosx_10_12_x86_64.whl; libsql_experimental-0.0.55-cp313-cp313-macosx_11_0_arm64.whl; libsql_experimental-0.0.55-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; libsql_experimental-0.0.55-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
libsql-clientPython SDK for connecting to and querying…
permissive · top 15,000 on PyPI
pysqlite3-binaryProvides a self-contained SQLite database…
permissive · top 5,000 on PyPI
litecliA command-line client for SQLite databases with…
permissive · top 15,000 on PyPI
adbc-driver-sqliteProvides a DBAPI 2.0-compatible Python…
permissive · top 5,000 on PyPI
databasesProvides async database access for PostgreSQL,…
permissive · top 5,000 on PyPI
aiosqliteaiosqlite provides an async interface to SQLite…
permissive · top 1,000 on PyPI
anysqliteAnysqlite wraps SQLite with an async/await…
unclear · top 5,000 on PyPI
sqlite-utilsCLI tool and Python library for creating,…
permissive · top 5,000 on PyPI
sqlitedictProvides a dict-like interface to SQLite…
permissive · top 5,000 on PyPI
lmdbProvides a Python binding to LMDB (Lightning…
unclear · top 5,000 on PyPI