Document build option

This commit is contained in:
Simon Binder 2021-11-25 21:33:35 +01:00
parent 9359defcac
commit 45a64f7f08
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 0 deletions

View File

@ -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