File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33[ ![ Build] ( https://github.com/igorcoding/asynctnt/actions/workflows/actions.yaml/badge.svg?branch=master )] ( https://github.com/igorcoding/asynctnt/actions )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/asynctnt.svg )] ( https://pypi.python.org/pypi/asynctnt )
55[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/6cec8adae280cda3e161/maintainability )] ( https://codeclimate.com/github/igorcoding/asynctnt/maintainability )
6- <a href =" http ://tarantool.org" >
6+ <a href =" https ://tarantool.org" >
77 <img src="https://avatars2.githubusercontent.com/u/2344919?v=2&s=250" align="right">
88</a >
99
1010asynctnt is a high-performance [ Tarantool] ( https://tarantool.org/ ) database
1111connector library for Python/asyncio. It was highly inspired by
1212[ asyncpg] ( https://github.com/MagicStack/asyncpg ) module.
1313
14- asynctnt requires Python 3.7 or later and is supported for Tarantool
14+ asynctnt requires Python 3.9 or later and is supported for Tarantool
1515versions 1.10+.
1616
1717
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def main():
5151 # ('aiotarantool', create_aiotarantool),
5252 ]:
5353
54- async def main ():
54+ async def main (name = name , conn_creator = conn_creator ):
5555 conn = await conn_creator ()
5656 for scenario in scenarios :
5757 await async_bench (
You can’t perform that action at this time.
0 commit comments