SQLite3.open

Opens or creates a database.

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

Meta