Skip to content

Commit

Permalink
Correct link and add fts5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Nov 17, 2024
1 parent 02caa36 commit d8a7374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Python from SQLite. APSW glues together the complete `SQLite C API
<https://sqlite.org/c3ref/intro.html>`__ and `Python's C API
<https://docs.python.org/3/c-api/index.html>`__, staying up to date
with both SQLite and Python. This includes `full text search
<https://rogerbinns.github.io/apsw/textsearch.html>`.
<https://rogerbinns.github.io/apsw/textsearch.html>`__.


It is recommended to use the builtin `sqlite3 module
Expand Down
9 changes: 5 additions & 4 deletions doc/pysqlite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ module:
APSW release brings the most recent SQLite to Python 3.9 all the way
through Python 3.14.

* APSW gives all functionality of SQLite including :ref:`virtual
tables <virtualtables>`, :ref:`VFS`, :ref:`BLOB I/O <blobio>`,
:ref:`backups <backup>`, :meth:`logging <apsw.ext.log_sqlite>`,
:meth:`file control <Connection.file_control>`, and :meth:`tracing
* APSW gives all functionality of SQLite including :doc:`full text
search (FTS5) <textsearch>`, :ref:`virtual tables <virtualtables>`,
:ref:`VFS`, :ref:`BLOB I/O <blobio>`, :ref:`backups <backup>`,
:meth:`logging <apsw.ext.log_sqlite>`, :meth:`file control
<Connection.file_control>`, and :meth:`tracing
<apsw.Connection.trace_v2>`.

* APSW includes :mod:`apsw.bestpractice` which configures SQLite
Expand Down

0 comments on commit d8a7374

Please sign in to comment.