limbo/bindings/python
Pekka Enberg 90c1e3fc06 Switch Connection to use Arc instead of Rc
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
2025-06-16 10:43:19 +03:00
..
limbo Format Python bindings code using Ruff 2024-09-01 16:10:59 +03:00
src Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
tests ext/python: Workaround to file permission error 2025-03-24 16:39:24 -03:00
build.rs feat(python): add in-memory mode 2024-12-30 10:21:11 +01:00
Cargo.toml build(deps): bump pyo3 from 0.24.0 to 0.24.1 2025-04-11 07:01:07 +00:00
example.py ext/python: Makes linter happy 2025-03-24 12:40:59 -03:00
Makefile Add Makefile for Python bindings 2024-09-01 16:11:00 +03:00
pyproject.toml github.com/penberg/limbo was moved to github.com/tursodatabase/limbo 2025-02-08 10:21:49 -03:00
requirements-dev.txt add maturin as dev dependency. 2024-12-18 21:14:58 +00:00
requirements.txt fix project name in txt files. 2024-12-17 01:33:54 +00:00