FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

Insert Many Table #152

Closed ghost closed 3 years ago

ghost commented 3 years ago

How to insert 3 tables at once by using rollback if something fails?

kwhat commented 3 years ago

Same way you do with PDO, the Database object is just an extension of PDO.