mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| turso | ||
| build.rs | ||
| Cargo.toml | ||
| example.py | ||
| pyproject.toml | ||
| requirements-dev.txt | ||
| requirements.txt | ||