Skip to content

Transaction Support #17

@mrjgreen

Description

@mrjgreen

Laravel has support for transactions via the

DB::transaction(function(){
     DB::insert(...);
     DB::delete(...);
     etc.....
});

which auto begins and commits a transaction before and after calling the callback function.

Would you consider adding a method to support this?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions