improve docs

This commit is contained in:
Vítor Santos Costa
2014-09-15 03:13:50 -05:00
parent 582efcf6eb
commit 8eec3113be
43 changed files with 3307 additions and 1435 deletions

View File

@@ -31,6 +31,7 @@
:- dynamic( sqlite_db:sqlite_asserted/4 ).
/** <module> proSQLite: a Prolog interface to the SQLite database system.
\ingroup SWILibrary
This library follows the design and borrows code from the ODBC library of SWI-Prolog
http://www.swi-prolog.org/pldoc/packasqlite_connectge/odbc.html .