drift/drift_dev
Moshe Dicker e4cc10d7c9 add duplicate checker 2024-04-01 10:36:51 -04:00
..
bin Migrate simple CLI tools to new analyzer 2022-11-05 18:32:13 +01:00
lib add duplicate checker 2024-04-01 10:36:51 -04:00
test Merge remote-tracking branch 'upstream/develop' into drift-dev/name-the-companion-class 2024-03-07 09:54:05 +08:00
tool Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
CHANGELOG.md Document sql column name builder option 2024-03-06 20:56:03 +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 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 Move generator to drift_dev 2021-10-08 18:10:48 +02:00
drift_dev.build.yaml Fix tests with new generator 2022-11-19 16:24:07 +01:00
pubspec.yaml Prepare release 2024-02-24 23:17:54 +01: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.