Closed kaspth closed 1 year ago
Prevents partially applied data from being stuck in the database.
I'm still not sure what changes we'd need for multi-db setups. For now I've added a transaction delegation, so users can do:
transaction
users.create name: "Something" table_on_secondary_database.transaction do table_on_secondary_database.create name: "Something" end
Prevents partially applied data from being stuck in the database.
I'm still not sure what changes we'd need for multi-db setups. For now I've added a
transaction
delegation, so users can do: