drift/drift_dev
Fabian Freund cd89379627
Static analysis support for spellfix1 (#2013)
2022-09-16 16:02:39 +02:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib Static analysis support for spellfix1 (#2013) 2022-09-16 16:02:39 +02:00
test Generated functions for returning queries return Iterable<_> instead of List<_> (#2044) 2022-09-12 19:05:45 +02:00
tool Remove some moor references in drift_dev 2022-07-03 22:20:24 +02:00
CHANGELOG.md Fix null analysis for Dart views (#2031) 2022-09-08 23:06:00 +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 Migrate to `package:lints` 2022-08-13 23:33:05 +02:00
build.yaml Fix deprecation warning 2022-07-23 23:20:07 +02:00
dart_test.yaml Move generator to drift_dev 2021-10-08 18:10:48 +02:00
drift_dev.build.yaml Re-generate migration tests in app example 2022-07-29 18:54:41 +02:00
pubspec.yaml Prepare 2.1.0 release 2022-08-29 22:27:35 +02: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.