We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374a816 commit e337a88Copy full SHA for e337a88
1 file changed
docs/plugins.rst
@@ -126,13 +126,12 @@ aggregates and collations. For example:
126
127
.. code-block:: python
128
129
- import click
130
import sqlite_utils
131
132
@sqlite_utils.hookimpl
133
def prepare_connection(conn):
134
conn.create_function(
135
- "hello", 1, lambda name: f"Hello, {name}!"
+ "hello", 1, lambda name: f"Hello, {name}!"
136
)
137
138
This registers a SQL function called ``hello`` which takes a single
0 commit comments