Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Extend C bindings with transaction support (begin/commit/rollback)#2167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
hypnotic-frog wants to merge1 commit intotursodatabase:main
base:main
Choose a base branch
Loading
fromhypnotic-frog:main

Conversation

@hypnotic-frog
Copy link

@hypnotic-froghypnotic-frog commentedSep 27, 2025
edited
Loading

This change extends the C bindings to include transaction support, enabling client SDKs that rely on the C FFI layer to begin, commit, and roll back transactions

What’s included:

  • libsql_tx_begin - start a transaction with a configurable behavior
  • libsql_tx_commit - commit the transaction
  • libsql_tx_rollback - roll back the transaction
  • libsql_tx_free - release the transaction handle without implicit commit/rollback

Other changes:

  • Updatedtypes.rs to define the transaction wrapper and handle type
  • Updatedexample.c

Linked issues:
Closes#2168
Helps address SDK issuelibsql-client-dotnet/issues/21

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Add C bindings for transaction support

1 participant

@hypnotic-frog

[8]ページ先頭

©2009-2025 Movatter.jp