Commit the current database operation
import { commit } from 'db';// ...Some database operations// If you want to submit the database operations before the process, invoke the commit interface.commit(); Copy
import { commit } from 'db';// ...Some database operations// If you want to submit the database operations before the process, invoke the commit interface.commit();
Commit the current database operation