drift/drift_dev
Simon Binder 9011137c8e
Fix migration code for virtual tables (#1988)
2022-08-14 15:01:21 +02:00
..
bin Migrate migration example to drift 2021-10-09 17:10:34 +02:00
lib Fix migration code for virtual tables (#1988) 2022-08-14 15:01:21 +02:00
test Migrate to `package:lints` 2022-08-13 23:33:05 +02:00
tool Remove some moor references in drift_dev 2022-07-03 22:20:24 +02:00
CHANGELOG.md Bump version numbers 2022-08-13 22:11:20 +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 Migrate to `package:lints` 2022-08-13 23:33:05 +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.