RelationCompiler constructor
RelationCompiler({
- required SchemaRegistry schema,
- String provider = 'postgresql',
Implementation
RelationCompiler({
required SchemaRegistry schema,
String provider = 'postgresql',
}) : _schema = schema,
_provider = provider;