diff options
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index b94ac987e..d2b327df7 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -55,7 +55,7 @@ String handling * `unicode <unicode.html>`_ This module provides support to handle the Unicode UTF-8 encoding. -* `regexprs <regexprs.html>`_ +* `re <re.html>`_ This module contains procedures and operators for handling regular expressions. Consider using `pegs` instead. @@ -229,6 +229,10 @@ Database support * `db_mysql <db_mysql.html>`_ A higher level mySQL database wrapper. The same interface is implemented for other databases too. + +* `db_sqlite <db_sqlite.html>`_ + A higher level mySQL database wrapper. The same interface is implemented + for other databases too. |