Class SQLite.SQLite
- Description
Low-level interface to SQLite3 databases.
This class should typically not be accessed directly, but instead via Sql.Sql() with the scheme
"sqlite://".
- Inherit
Connection
inherit __builtin.Sql.Connection : Connection
- Method
create
SQLite.SQLite SQLite.SQLite(stringpath,mixed...ignored)- Description
Open the SQLite database stored at path.