strapi
strapi copied to clipboard
How to perform transactions in nuxt
Of course, I can implement all the logic in strapi, but it’s expensive. I would like to be able to use server/api/query.get.ts so that I can create transactions there and roll back operations in case of an error.
What is meant by "transaction"?