mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Release 1.11
This commit is contained in:
parent
3a4dddaca2
commit
d5e1f8ac77
3 changed files with 16 additions and 1 deletions
|
|
@ -788,6 +788,8 @@ For example:
|
|||
""").fetchall()
|
||||
# Returns [('Felton, CA',)]
|
||||
|
||||
.. _python_api_introspection:
|
||||
|
||||
Introspection
|
||||
=============
|
||||
|
||||
|
|
@ -879,6 +881,8 @@ The ``.triggers`` property lists database triggers. It can be used on both datab
|
|||
>>> db.triggers
|
||||
... similar output to db["authors"].triggers
|
||||
|
||||
.. _python_api_fts:
|
||||
|
||||
Enabling full-text search
|
||||
=========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue