-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementNew feature or requestNew feature or requestlow priorityThis issue exists to acknowledge a proposal but isn't being worked onThis issue exists to acknowledge a proposal but isn't being worked on
Description
Currently, query execution functions require either a const borrow of a connection pool, or a mutable borrow of a Transaction. This makes it impossible to prepare multiple queries and execute them in a pipelined fashion within a single transaction. tokio-postgres
has this and it's an impressive feature.
telmotrooper, kop, dbstratta, jenanwise, mpfaff and 31 moreLukeMathWalker, jonirrings, hgzimmerman, shirshak55, s-panferov and 14 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow priorityThis issue exists to acknowledge a proposal but isn't being worked onThis issue exists to acknowledge a proposal but isn't being worked on