kopia lustrzana https://github.com/simonw/datasette
Small cleanup
rodzic
ec9cdc3ffa
commit
545c71b604
|
@ -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);
|
||||||
|
|
Ładowanie…
Reference in New Issue