drift/drift_dev
Simon Binder 11e31cc653
Prepare 2.17 release
2024-04-20 15:32:17 +02:00
..
bin
lib Add setup param to schema verifier 2024-04-05 22:39:05 +02:00
test Support `INT64` type for bigints in drift files 2024-04-15 21:18:10 +02:00
tool Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
CHANGELOG.md Prepare 2.17 release 2024-04-20 15:32:17 +02:00
LICENSE
README.md
analysis_options.yaml Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
build.yaml Add shared analyzer option (closes #2688) 2023-10-23 18:35:29 +02:00
dart_test.yaml
drift_dev.build.yaml
pubspec.yaml Prepare 2.17 release 2024-04-20 15:32:17 +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.