SchemaExporter constructor
SchemaExporter(
- GeneratedDatabase _database()
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);