mirror of https://github.com/AMT-Cheif/drift.git
Document build option
This commit is contained in:
parent
9359defcac
commit
45a64f7f08
|
@ -80,6 +80,7 @@ At the moment, drift supports these options:
|
||||||
* `scoped_dart_components`: Generates a function parameter for [Dart placeholders]({{ '../Using SQL/moor_files.md#dart-components-in-sql' | pageUrl }}) in SQL.
|
* `scoped_dart_components`: Generates a function parameter for [Dart placeholders]({{ '../Using SQL/moor_files.md#dart-components-in-sql' | pageUrl }}) in SQL.
|
||||||
The function has a parameter for each table that is available in the query, making it easier to get aliases right when using
|
The function has a parameter for each table that is available in the query, making it easier to get aliases right when using
|
||||||
Dart placeholders.
|
Dart placeholders.
|
||||||
|
* `null_aware_type_converters`: Consider the type of applied type converters to determine nullability of columns in Dart.
|
||||||
|
|
||||||
## Assumed SQL environment
|
## Assumed SQL environment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue