mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
.execute_write() and .execute_write_fn() methods on Database (#683)
Closes #682.
This commit is contained in:
parent
411056c4c4
commit
a093c5f79f
8 changed files with 282 additions and 95 deletions
1
setup.py
1
setup.py
|
|
@ -44,6 +44,7 @@ setup(
|
|||
"pluggy~=0.13.0",
|
||||
"uvicorn~=0.11",
|
||||
"aiofiles~=0.4.0",
|
||||
"janus~=0.4.0",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue