Database.connect

Performs authentication and connect to a database. It is possible to reconnect using the same object by calling close and then connect again.

  1. void connect(string db, string user, string password)
  2. void connect(string password)
    class Database
    void
    connect
    (
    string password = ""
    )

Meta