drift/drift_dev
westito 810d9f03a5 Modify DSL view to accept expression instead of column 2021-11-27 18:22:04 +01:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib Modify DSL view to accept expression instead of column 2021-11-27 18:22:04 +01:00
test fix unknown function cause crash 2021-11-26 13:08:26 +08:00
tool Move generator to drift_dev 2021-10-08 18:10:48 +02:00
CHANGELOG.md Migrate .moor.dart files (#1558) 2021-11-24 23:11:59 +01: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 Write explicitly inxed variables in new code 2021-10-19 18:15:53 +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.