.execute_write() and .execute_write_fn() methods on Database (#683)

Closes #682.
This commit is contained in:
Simon Willison 2020-02-24 20:45:08 -08:00 committed by GitHub
commit a093c5f79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 282 additions and 95 deletions

View file

@ -44,6 +44,7 @@ setup(
"pluggy~=0.13.0",
"uvicorn~=0.11",
"aiofiles~=0.4.0",
"janus~=0.4.0",
],
entry_points="""
[console_scripts]