sqlite-utils query --functions option, refs #471

This commit is contained in:
Simon Willison 2022-08-26 21:53:55 -07:00
commit 31f062d4a7
4 changed files with 106 additions and 1 deletions

View file

@ -119,6 +119,8 @@ See :ref:`cli_query`.
escaped strings
-r, --raw Raw output, first column of first row
-p, --param <TEXT TEXT>... Named :parameters for SQL query
--functions TEXT Python code defining one or more custom SQL
functions
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.