SQLite3.open

Takes control of an existing database handle. The database will still be closed upon destruction.

  1. void open(string file)
  2. void open(sqlite3* db)
    class SQLite3
    void
    open
    (
    sqlite3* db
    )

Meta