diff --git a/doc/about.rst b/doc/about.rst index 1b5e3407..aeabeca2 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -26,6 +26,10 @@ Use APSW when you want to use SQLite fully, and have an improved developer experience. See more about the :doc:`differences between APSW and sqlite3 `. +Because of the complete integration with SQLite, APSW offers useful +additional functionality such as :doc:`these ` and comprehensive +:doc:`full text search support `. + Dependencies ------------ diff --git a/doc/pysqlite.rst b/doc/pysqlite.rst index b2f42e1e..58ae7907 100644 --- a/doc/pysqlite.rst +++ b/doc/pysqlite.rst @@ -200,7 +200,7 @@ module: * APSW includes a :doc:`full featured shell `. sqlite3 has a `simple one `__ - available since Python 3.12.` + available since Python 3.12. * APSW is faster than sqlite3 in my testing. Try the :ref:`speedtest` benchmark. All C code in APSW called by Python implements the