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

Make the snapshot creation part of the Transaction #446

Merged
merged 2 commits into from
Feb 20, 2024

Commits on Feb 19, 2024

  1. Make the snapshot creation part of the Transaction

    This is also how it is done in Java, and I really like it
    since it allows you to easily queue up updates in a transaction.
    For example, an update to the schema.
    Fokko committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8c11f59 View commit details
    Browse the repository at this point in the history
  2. Extend the API

    Fokko committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a239413 View commit details
    Browse the repository at this point in the history