Skip to content

Automatic commit and rollback when connection used in with block #95

Open
@penberg

Description

@penberg
Contributor

The Python SQLite API automatically manages transactions when leaving the with block: https://docs.python.org/3/library/sqlite3.html#how-to-use-the-connection-context-manager

Activity

added a commit that references this issue on Jun 23, 2025
68dd923
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @penberg

      Issue actions

        Automatic commit and rollback when connection used in `with` block · Issue #95 · tursodatabase/libsql-python