SqlCompiler constructor
SqlCompiler({
- required String provider,
- String? schemaName,
- SchemaRegistry? schema,
Implementation
SqlCompiler({
required this.provider,
this.schemaName,
this.schema,
});