Roll back the current database transaction.
import { rollback } from 'db';// ...Some database operations// If you want to roll back the database operations before the process, call rollback.rollback(); Copy
import { rollback } from 'db';// ...Some database operations// If you want to roll back the database operations before the process, call rollback.rollback();
Roll back the current database transaction.