db icon indicating copy to clipboard operation
db copied to clipboard

Enhancement: Asynchronous operations

Open mcandre opened this issue 6 years ago • 1 comments

Could we please get asynchronous operations? For example, some of my application's TRUNCATE needs would be better served by confirming that the database has received the truncation request, without having to block and wait for the truncation to complete (3-5 seconds).

mcandre avatar Oct 02 '19 14:10 mcandre

This sounds like a good suggestion, do you have an example on how to do that with PostgreSQL + Go?

xiam avatar Oct 18 '19 21:10 xiam