Function Database.this

Opens a database connection.

this (
  string path,
  int flags = 6
);

Parameters

NameDescription
path The path to the database file. In recent versions of SQLite, the path can be an URI with options.
flags Options flags.

See Also

http://www.sqlite.org/c3ref/open.html to know how to use the flags parameter or to use path as a file URI if the current configuration allows it.