SchemaExporter constructor

SchemaExporter(
  1. GeneratedDatabase _database(
    1. QueryExecutor
    )
)

Utility that exports the DDL schema statements making up a drift database.

The passed function must take a QueryExecutor and return a drift database class.

Implementation

SchemaExporter(this._database);