open abstract method

Database open(
  1. D dataSource
)

Open returns a new Database object represent connection to the database.

The dataSource is an optional data that provide specific driver to interpret it into their own additional data that required when open a database connection.

Implementation

Database open(D dataSource);