mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Small cleanup
This commit is contained in:
parent
ec9cdc3ffa
commit
545c71b604
1 changed files with 0 additions and 3 deletions
|
|
@ -163,9 +163,6 @@ await db.execute_fn(fn)
|
||||||
Executes a given callback function against a read-only database connection running in a thread. The function will be passed a SQLite connection, and the return value from the function will be returned by the ``await``.
|
Executes a given callback function against a read-only database connection running in a thread. The function will be passed a SQLite connection, and the return value from the function will be returned by the ``await``.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
||||||
syntax:
|
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
def get_version(conn);
|
def get_version(conn);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue