Strategies for Abstracting Database/API Layers with Atomic Transaction Support
whats the solution for abstracting the database/api layer while also taking into account atomic transactions? you can't just have an CRUD effect interface and call it a day
