vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
433 stars 17 forks source link

Expose savepoint functionalities #40

Closed vincent-herlemont closed 1 day ago

vincent-herlemont commented 1 year ago

Enhance by adding following functionalities: https://docs.rs/redb/latest/redb/struct.WriteTransaction.html

  1. persistent_savepoint
  2. get_persistent_savepoint
  3. delete_persistent_savepoint
  4. list_persistent_savepoints
  5. ephemeral_savepoint
  6. restore_savepoint
  7. set_durability
vincent-herlemont commented 1 day ago

For the moment, I don't have any use cases for savepoints. However, if someone needs them, I'm happy to reopen the issue and propose a PR.