drift/moor_generator
Simon Binder 8df6ab3a14
Generate fields for triggers
2020-01-03 15:47:18 +01:00
..
bin Initial, rough implementation of a standalone runner 2019-12-15 21:14:03 +01:00
lib Generate fields for triggers 2020-01-03 15:47:18 +01:00
test Respect tables in the body of a CREATE TRIGGER statement 2020-01-03 15:38:13 +01:00
.gitignore Start with some refactoring in the generator 2019-08-30 23:09:22 +02:00
CHANGELOG.md Respect tables in the body of a CREATE TRIGGER statement 2020-01-03 15:38:13 +01:00
LICENSE
README.md Smaller readme improvement 2019-04-14 16:58:05 +02:00
analysis_options.yaml
build.yaml Move builders and analyzer plugin into subfolder 2019-12-14 21:49:51 +01:00
dart_test.yaml Increase timeout for analyzer, test moor_generator later 2019-12-23 15:13:30 +01:00
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Remove author from pubspec, bump version for next release 2019-12-23 12:52:46 +01:00

README.md

moor Generator

This library contains the generator that turns your Table classes from moor into database code. When using the moor, you'll probably want to use the moor_flutter implementation directly.

Please see the homepage of moor or the moor_flutter package for details on how to use this package.