drift/drift_dev
Simon Binder 20aff8a9db
Begin with existing types for queries
2022-12-26 19:17:17 +01:00
..
bin Migrate simple CLI tools to new analyzer 2022-11-05 18:32:13 +01:00
lib Begin with existing types for queries 2022-12-26 19:17:17 +01:00
test Begin with existing types for queries 2022-12-26 19:17:17 +01:00
tool Remove some moor references in drift_dev 2022-07-03 22:20:24 +02:00
CHANGELOG.md Support records as existing row types 2022-12-26 00:23:04 +01:00
LICENSE
README.md
analysis_options.yaml Migrate to `package:lints` 2022-08-13 23:33:05 +02:00
build.yaml Generate helper Dart file to serialize types 2022-12-25 19:10:48 +01:00
dart_test.yaml
drift_dev.build.yaml Fix tests with new generator 2022-11-19 16:24:07 +01:00
pubspec.yaml Prepare drift_dev 2.3.3 release 2022-12-12 22:39:00 +01: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.