limbo/bindings/python
Diego Reis 2481d73d70 ext/python: Partially implements commit()
It was based on https://docs.python.org/3/library/sqlite3.html but some more work is needed specially in LEGACY_TRANSACTION_CONTROL and isolation levels.

See: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.autocommit
2025-03-20 17:09:55 -03:00
..
limbo Format Python bindings code using Ruff 2024-09-01 16:10:59 +03:00
src ext/python: Partially implements commit() 2025-03-20 17:09:55 -03:00
tests fix: python lint 2024-12-30 10:21:11 +01:00
build.rs feat(python): add in-memory mode 2024-12-30 10:21:11 +01:00
Cargo.toml bindings/python: Update PyO3 dependency to 0.24.0 2025-03-17 10:58:33 +02:00
example.py bindings/python: Add Python example 2024-11-20 19:10:02 +02: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