diff --git a/README.rst b/README.rst index e4bd2085..a258eb07 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Python from SQLite. APSW glues together the complete `SQLite C API `__ and `Python's C API `__, staying up to date with both SQLite and Python. This includes `full text search -`. +`__. It is recommended to use the builtin `sqlite3 module diff --git a/doc/pysqlite.rst b/doc/pysqlite.rst index 172d2d66..a575c7a0 100644 --- a/doc/pysqlite.rst +++ b/doc/pysqlite.rst @@ -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 `, :ref:`VFS`, :ref:`BLOB I/O `, - :ref:`backups `, :meth:`logging `, - :meth:`file control `, and :meth:`tracing +* APSW gives all functionality of SQLite including :doc:`full text + search (FTS5) `, :ref:`virtual tables `, + :ref:`VFS`, :ref:`BLOB I/O `, :ref:`backups `, + :meth:`logging `, :meth:`file control + `, and :meth:`tracing `. * APSW includes :mod:`apsw.bestpractice` which configures SQLite