limbo/bindings/python
Pere Diaz Bou 91107d364a only close connection in case of reference count is 1
Due to how `execute` is implemented, it returns a `Connection` clone
which internally shares a turso_core::Connection with every other
Connection. Since `execute` returns `Connection` and immediatly it is
dropped, it will close connection, checkpoint and leave database in
weird state.
2025-07-08 15:19:20 +02:00
..
src only close connection in case of reference count is 1 2025-07-08 15:19:20 +02:00
tests bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
turso bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
build.rs feat(python): add in-memory mode 2024-12-30 10:21:11 +01:00
Cargo.toml Rename limbo_core crate to turso_core 2025-06-29 09:59:17 +03:00
example.py bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
pyproject.toml add more logging to antithesis tests 2025-07-07 19:11:55 -03:00
requirements-dev.txt bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
requirements.txt bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00