Adam Gradzki
ed74bccad6
Faster asyncpg queries via a global connection pool
...
In my benchmarks I was able to obtain a 17% performance
improvement over the current asyncpg demo code with a shared
connection pool.
Resolves : #540
See also: #531
2017-03-11 17:55:57 -06:00
Raphael Deem
0860f84a39
close connection in asyncpg example
2017-03-08 18:50:41 -08:00
Raphael Deem
694207a86d
update asyncpg example
2017-03-07 19:32:26 -08:00
Angus Hollands
b5e50ecb75
Use app decorator instead of run arguments for before_start
...
Mirror listener of blueprints
2017-02-11 14:30:17 +00:00
Raphael Deem
d52f5f0b09
remove loop as argument and update examples
2017-01-26 17:38:46 -08:00
easydaniel
5c7c2cf85e
Update sanic_asyncpg_example.py
...
Remove unused library
2017-01-04 23:35:06 +08:00
DanielChien
1942644434
modify config to varbles
2017-01-04 23:30:29 +08:00
DanielChien
b67482de9b
add example for asyncpg
2017-01-04 23:29:09 +08:00