Prototype of sqlite-utils memory --fast, refs #297

This commit is contained in:
Simon Willison 2022-06-21 12:25:33 -07:00
commit 458daa0c1b
2 changed files with 49 additions and 0 deletions

View file

@ -180,6 +180,7 @@ See :ref:`cli_memory`.
--dump Dump SQL for in-memory database
--save FILE Save in-memory database to this file
--analyze Analyze resulting tables and output results
--fast Fast mode, only works with CSV
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.