aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

endpoint: Transaction control #290

Open erichanson opened 9 months ago

erichanson commented 9 months ago

Would be very cool to be able to able to start a long-running transaction through endpoint and have future requests executed within that transaction. Abuse is of course possible, but as a feature in a low-load environment, it could be really useful. Tie it to a session_id presumably, which probably wouldn't be a cookie on the client, but rather a datum-level session id.