File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,12 @@ Python from SQLite. APSW glues together the complete `SQLite C API
1616<https://sqlite.org/c3ref/intro.html> `__ and `Python's C API
1717<https://docs.python.org/3/c-api/index.html> `__, staying up to date
1818with both SQLite and Python. This includes `full text search
19- <https://rogerbinns.github.io/apsw/textsearch.html> `__.
19+ <https://rogerbinns.github.io/apsw/textsearch.html> `__, `session
20+ <https://rogerbinns.github.io/apsw/session.html> `__, `virtual tables
21+ <https://rogerbinns.github.io/apsw/vtable.html> `__, `VFS (virtual file
22+ system) <https://rogerbinns.github.io/apsw/vfs.html> `__, `JSON
23+ <https://rogerbinns.github.io/apsw/jsonb.html> `__, and `CArray
24+ <https://rogerbinns.github.io/apsw/apsw.html#apsw.carray> `__.
2025
2126
2227It is recommended to use the builtin `sqlite3 module
Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ module:
4646 search (FTS5) <textsearch>`, :doc: `session `, :ref: `virtual tables
4747 <virtualtables>`, :ref: `VFS `, :ref: `BLOB I/O <blobio >`,
4848 :ref: `backups <backup >`, :meth: `logging <apsw.ext.log_sqlite> `,
49- :meth: `file control <Connection.file_control> `, and :meth: `tracing
50- <apsw.Connection.trace_v2> `.
49+ :meth: `file control <Connection.file_control> `, `CArray
50+ <https://rogerbinns.github.io/apsw/apsw.html#apsw.carray> `__, and
51+ :meth: `tracing <apsw.Connection.trace_v2> `.
5152
5253* APSW includes :mod: `apsw.bestpractice ` which configures SQLite
5354 for best performance, and catches common mistakes.
You can’t perform that action at this time.
0 commit comments