ulobby / NeoEloquent

An extension of Laravel Elqouent that supports Neo4j, a native graph database
MIT License
41 stars 17 forks source link

Transactions #60

Open MatthewLoffredo opened 7 months ago

MatthewLoffredo commented 7 months ago

It seems like database transactions aren't supported yet within this, a la DB::transaction... I keep getting the following error:

"message": "Call to a member function commit() on null", "exception": "Error", "file": "/var/www/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php", "line": 45, "trace"

Can anyone confirm this is the case?