https://github.com/tursodatabase/libsql-experimental-python
Python bindings for the libSQL database library (experimental)
https://github.com/tursodatabase/libsql-experimental-python
database libsql python sqlite3
Last synced: 24 days ago
JSON representation
Python bindings for the libSQL database library (experimental)
- Host: GitHub
- URL: https://github.com/tursodatabase/libsql-experimental-python
- Owner: tursodatabase
- Created: 2023-07-27T06:47:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T05:17:04.000Z (about 1 month ago)
- Last Synced: 2025-05-10T06:05:28.987Z (about 1 month ago)
- Topics: database, libsql, python, sqlite3
- Language: Rust
- Homepage:
- Size: 246 KB
- Stars: 146
- Watchers: 5
- Forks: 16
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
This package is experimental, which means it is not consider to be production grade. Furthermore, the package currently only supports Linux and macOS.
SQLite for Production. Powered by libSQL.
Turso ·
Quickstart ·
Examples ·
Docs ·
Discord ·
Blog & Tutorials---
## Documentation
1. [Turso Quickstart](https://docs.turso.tech/quickstart) — Learn how create and connect your first database.
2. [SDK Quickstart](https://docs.turso.tech/sdk/python/quickstart) — Learn how to install and execute queries using the libSQL client.
3. [SDK Reference](https://docs.turso.tech/sdk/python/reference) — Dive deeper with the libSQL SDK reference and examples.### What is Turso?
[Turso](https://turso.tech) is a SQLite-compatible database built on [libSQL](https://docs.turso.tech/libsql), the Open Contribution fork of SQLite. It enables scaling to hundreds of thousands of databases per organization and supports replication to any location, including your own servers, for microsecond-latency access.
Learn more about what you can do with Turso:
- [Embedded Replicas](https://docs.turso.tech/features/embedded-replicas)
- [Platform API](https://docs.turso.tech/features/platform-api)
- [Branching](https://docs.turso.tech/features/branching)
- [Point-in-Time Recovery](https://docs.turso.tech/features/point-in-time-recovery)