Creates a named savepoint within the transaction.
This allows for partial rollbacks to the savepoint without aborting the entire transaction.
Future<void> createSavepoint(String name);