• Commit the current database operation

    Returns void

    Example


    import { commit } from 'db';

    // ...Some database operations

    // If you want to submit the database operations before the process, invoke the commit interface.
    commit();