mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed markup
This commit is contained in:
parent
d1a372b300
commit
9dff7a3883
1 changed files with 1 additions and 0 deletions
|
|
@ -1585,6 +1585,7 @@ The ``.indexes`` property returns all indexes created for a table, as a list of
|
|||
The ``.xindexes`` property returns more detailed information about the indexes on the table, using the SQLite `PRAGMA index_xinfo() <https://sqlite.org/pragma.html#pragma_index_xinfo>`__ mechanism. It returns a list of ``XIndex(name, columns)`` named tuples, where ``columns`` is a list of ``XIndexColumn(seqno, cid, name, desc, coll, key)`` named tuples.
|
||||
|
||||
::
|
||||
|
||||
>>> db["ny_times_us_counties"].xindexes
|
||||
[
|
||||
XIndex(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue