drift/drift_dev
Simon Binder 06af930941
Explicit null-aware types on type converters
2022-06-22 23:56:15 +02:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib Explicit null-aware types on type converters 2022-06-22 23:56:15 +02:00
test Explicit null-aware types on type converters 2022-06-22 23:56:15 +02:00
tool Move generator to drift_dev 2021-10-08 18:10:48 +02:00
CHANGELOG.md Explicit null-aware types on type converters 2022-06-22 23:56:15 +02:00
LICENSE Move generator to drift_dev 2021-10-08 18:10:48 +02:00
README.md Prepare moor 4.6.0 release 2021-10-12 14:26:53 +02:00
analysis_options.yaml Move generator to drift_dev 2021-10-08 18:10:48 +02:00
build.yaml Fix resolving Dart code in drift files 2021-10-10 22:01:59 +02:00
dart_test.yaml Move generator to drift_dev 2021-10-08 18:10:48 +02:00
drift_dev.build.yaml PostgreSQL support (#1507) 2021-11-11 14:40:41 +01:00
pubspec.yaml Depend on analyzer 4.1.0 for 'isNotOptional' -> 'isRequired' deprecation 2022-06-14 15:57:58 -04:00

README.md

Drift Generator

This library contains the generator that turns your Table classes from drift into database code. It should be used as a development dependency when using the drift package.

Please see the homepage of drift for details on how to use this package.