DatabaseDriver<T> constructor

DatabaseDriver<T>(
  1. T database
)

Implementation

DatabaseDriver(this.database);