Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support transactions #171

Open
Drarig29 opened this issue Jun 22, 2023 · 0 comments
Open

Support transactions #171

Drarig29 opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Drarig29
Copy link
Owner

We would add a beginTransaction(table) and a commit() method to the CRUD interface.

This would let people build up some cache for the given table. So that an object can build up across multiple CRUD calls.
Then commit() would save the cached object into the given table.

That's just an idea for now.

@Drarig29 Drarig29 added the enhancement New feature or request label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant