SqfEntityConnection constructor

SqfEntityConnection(
  1. String databaseName, {
  2. String? bundledDatabasePath,
  3. int dbVersion = 1,
  4. String? password,
  5. String? databasePath,
})

Implementation

SqfEntityConnection(this.databaseName,
    {this.bundledDatabasePath,
    this.dbVersion = 1,
    this.password,
    this.databasePath});