drift/moor_generator
Simon Binder eb39738460
Initial support for RETURNING in the generator
2021-03-30 23:24:28 +02:00
..
bin Per-file nnbd opt-out in moor_generator 2021-03-09 21:27:25 +01:00
lib Initial support for RETURNING in the generator 2021-03-30 23:24:28 +02:00
test Warn when using RETURNING for now 2021-03-18 16:35:51 +01:00
.gitignore Start with some refactoring in the generator 2019-08-30 23:09:22 +02:00
CHANGELOG.md Fix reading nullable columns 2021-03-23 16:59:11 +01:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Smaller readme improvement 2019-04-14 16:58:05 +02:00
analysis_options.yaml Publish moor 3.4, sqlparser 0.11 2020-10-22 14:17:54 +02:00
build.yaml Optional part builder, example with built_value 2020-02-06 22:27:54 +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
moor_generator.build.yaml generator: Migration option parsing to null-safety 2021-03-09 21:33:54 +01:00
pubspec.yaml Release moor and moor_generator version 4.2.1 2021-03-24 10:02:53 +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.