drift/drift_dev
Simon Binder 49f3f64bcc
Fix view mapping generation (#1855)
2022-05-24 18:41:48 +02:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib Fix view mapping generation (#1855) 2022-05-24 18:41:48 +02:00
test Fix test (Dart 2.17) 2022-05-12 22:02:58 +02:00
tool Move generator to drift_dev 2021-10-08 18:10:48 +02:00
CHANGELOG.md Release drift 1.6.0 2022-05-04 21:27:58 +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 Support analyzer 4.x.x (#1841) 2022-05-18 12:39:46 +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.