Class SQLite.SQLite

Inheritance graph
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(string path, mixed ... ignored)

Description

Open the SQLite database stored at path.