db
db copied to clipboard
Enhancement: Asynchronous operations
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).
This sounds like a good suggestion, do you have an example on how to do that with PostgreSQL + Go?