upper / db

Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
https://upper.io/
MIT License
3.54k stars 235 forks source link

Manual transaction handling in postgres #716

Open cRYP70n-13 opened 1 month ago

cRYP70n-13 commented 1 month ago

Hello sorry for asking here maybe there has been some issue like this before but I tried looking online and in the documentation I see that there is only the automatic transaction handling, but in my case I want to actually have more control over it, commit and rollback manually instead of automatically, how can I do this please.