mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 02:14:31 +02:00
Fixed rogue backtick, renamed to API Reference
This commit is contained in:
parent
5d758a2761
commit
f51b712479
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
===========
|
||||
Reference
|
||||
===========
|
||||
===============
|
||||
API Reference
|
||||
===============
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ class Database:
|
|||
- ``recreate`` - set to ``True`` to delete and recreate a file database (**dangerous**)
|
||||
- ``recursive_triggers`` - defaults to ``True``, which sets ``PRAGMA recursive_triggers=on;`` -
|
||||
set to ``False`` to avoid setting this pragma
|
||||
- ``tracer``` - set a tracer function (``print`` works for this) which will be called with
|
||||
- ``tracer`` - set a tracer function (``print`` works for this) which will be called with
|
||||
``sql, parameters`` every time a SQL query is executed
|
||||
- ``use_counts_table`` - set to ``True`` to use a cached counts table, if available. See
|
||||
:ref:`python_api_cached_table_counts`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue