drift/moor_generator
Simon Binder d284aca4f6
Improve examples app, fix many issues with joins
2019-04-01 12:27:13 +02:00
..
lib Improve examples app, fix many issues with joins 2019-04-01 12:27:13 +02:00
test/parser Implement custom column constraints 2019-03-14 19:11:26 +01:00
.gitignore Rename project to "moor" 2019-03-09 16:37:37 +01:00
CHANGELOG.md Release 1.2 2019-03-27 19:02:58 +01:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Rename project to "moor" 2019-03-09 16:37:37 +01: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 Release 1.2 2019-03-27 19:02:58 +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 for details.