drift/moor_generator
Simon Binder 7d962a1f01
Fix typo in new override flag
2019-09-20 19:36:09 +02:00
..
lib Fix typo in new override flag 2019-09-20 19:36:09 +02:00
test Optionally override hashCode and equals in result sets 2019-09-20 19:31:36 +02:00
.gitignore Start with some refactoring in the generator 2019-08-30 23:09:22 +02:00
CHANGELOG.md Prepare release 1.7.1 2019-08-25 22:44:28 +02: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 Rename project to "moor" 2019-03-09 16:37:37 +01:00
build.yaml Published version 1.0.0 on pub! 2019-03-09 21:00:19 +01:00
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Merge branch 'develop' into analyzer-plugin 2019-09-07 11:31:34 +02: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.