RelationCompiler constructor

RelationCompiler({
  1. required SchemaRegistry schema,
  2. String provider = 'postgresql',
})

Implementation

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