Database.this

Opens a database connection.

struct Database
private public
this

Parameters

path string

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

flags int

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.

Meta