You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically Pool now implements the following methods:
* Pool.execute()
* Pool.executemany()
* Pool.fetch()
* Pool.fetchrow()
* Pool.fetchval()
Fixes issue #39.
Specifically Pool now implements the following methods:
* Pool.execute()
* Pool.executemany()
* Pool.fetch()
* Pool.fetchrow()
* Pool.fetchval()
Fixes: #39.
Specifically Pool now implements the following methods:
* Pool.execute()
* Pool.executemany()
* Pool.fetch()
* Pool.fetchrow()
* Pool.fetchval()
Fixes: #39.
I think it would be convenient to have connection
execute
andfetch..
methods in pool. Because single queries is not so rare. I mean:Would be just:
I can make PR if you like it.
The text was updated successfully, but these errors were encountered: