drift/moor_generator
Simon Binder 0e7ee6114b
Avoid writing duplicate mapping methods
2019-07-10 19:37:15 +02:00
..
lib Avoid writing duplicate mapping methods 2019-07-10 19:37:15 +02:00
test/parser Don't use the MoorGenerator as a god class 2019-06-29 15:34:27 +02:00
.gitignore Rename project to "moor" 2019-03-09 16:37:37 +01:00
CHANGELOG.md Document new features for version 1.5 2019-06-30 22:16:58 +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 Remove usage of ParsedLibraryResultImpl.tmp 2019-07-05 18:36:05 +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.