Direct interface to SQLite3 database.
class SQLite3( connect )
Direct interface to SQLite3 database.
connect | String containing connection parameters. |
The connect string is directly passed to the low level sqlite3_open() function of the SQLITE API.