mysql1_dart
mysql1_dart copied to clipboard
Is it possible to perform a Rollback?
I insert data into several tables at the same time, and if there is an error in some of them, the data cannot be committed.
await conn.query('COMMIT;');