open_sqlite
Description:
Opens an SQLite connection even if the SQLite provider is not installed, to be used by database providers which need a temporary database to store some information.
Parameters:
| directory |
the directory the database file will be in, or |
| filename |
the database file name |
| auto_unlink |
if |
Returns:
|
a new Connection, or |