Nikolay
Nikolay
I think that multiple select checkbox is a great idea but maybe you could apply the pull request until somebody realize the checkbox?
Thank you for the project i use it quite often with FastApi i can help you with fixing bugs and posting issues and i do it already but i am...
Hi @rudyryk i'm thinking what if you make me a collaborator for the project on github and pypi? At least i wolud merge some pull requests and probably people from...
@rudyryk could you make me as a collaborator on pypi? I have added github CI and merged a bugfix for the project and i am going to merge another bugfix...
@rudyryk thank you. Yeah, I have come to the same thought to setup continuous delivery to PyPi via Github Workflows and saw an example of a config. I am going...
If you need sync calls you can try to use conn._conn property: ```python conn._conn.close() conn._conn.commit() # btw i doutbt this line should be in release function ```
Closed for same reason as here #143
It should be fixed since the lock has been added [here](https://github.com/05bit/peewee-async/commit/9e3dda81ddb3918ec987a071aacbdca3b2580020) We are on testing stage.
@trim21 thank you for your proposal i think we need mypy checker in CI if we add type annotation in the code
This snippet should work for you. ``` async with db.pg_objects.pool.acquire() as conn: conn.set_isolation_level() ```