adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.07k stars 191 forks source link

Missing exports #1016

Closed adamcikado closed 5 months ago

adamcikado commented 6 months ago

Package version

20.4.0

Describe the bug

The previous version of Lucid used in AdonisJS 5 exported utils so you use methods like managedTransaction in your code base. This export was removed in the latest release

Reproduction repo

No response