• Roll back the current database transaction.

    Returns void

    Example


    import { rollback } from 'db';

    // ...Some database operations

    // If you want to roll back the database operations before the process, call rollback.
    rollback();