denodrivers / postgres

PostgreSQL driver for Deno

Home Page:https://denodrivers.github.io/postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[docs] .release() should be await?

iugo opened this issue · comments

No, actually by the signature you can see that pool_client.release is a sync function, so there is no need for awaiting it