bulk --functions, closes #471

This commit is contained in:
Simon Willison 2022-08-26 22:10:43 -07:00
commit 23ef1d6c20
3 changed files with 14 additions and 3 deletions

View file

@ -349,6 +349,7 @@ See :ref:`cli_bulk`.
Options:
--batch-size INTEGER Commit every X records
--functions TEXT Python code defining one or more custom SQL functions
--flatten Flatten nested JSON objects, so {"a": {"b": 1}} becomes
{"a_b": 1}
--nl Expect newline-delimited JSON