drift/moor_generator
Simon Binder 9f9361cfd7
Replace plugin backend with more general common backend
2019-12-15 11:29:50 +01:00
..
lib Replace plugin backend with more general common backend 2019-12-15 11:29:50 +01:00
test Basic tests for the file tracker, even found a bug 2019-12-14 22:30:35 +01:00
.gitignore Start with some refactoring in the generator 2019-08-30 23:09:22 +02:00
CHANGELOG.md Prepare 2.1.0 release 2019-11-13 21:14:38 +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 Rename project to "moor" 2019-03-09 16:37:37 +01:00
build.yaml Move builders and analyzer plugin into subfolder 2019-12-14 21:49:51 +01:00
dart_test.yaml Support inheritance in table definitions (#169) 2019-10-11 17:43:48 +02:00
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Basic tests for the file tracker, even found a bug 2019-12-14 22:30:35 +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.