Skip to content

[feat] Add commit hook support #265

@jackd

Description

@jackd

Love the package/ecosystem. One piece of functionality I'd love is access to commit hooks.

void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
void *sqlite3_rollback_hook(sqlite3*, void(*)(void *), void*);

If there's interest in supporting it, I could have a stab at putting together a PR based on sqlite3_update_hook

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions