drift/sally_generator
Simon Binder f3bfc71727 release readiness? 2019-02-18 20:51:37 +01:00
..
lib Add datetime column type 2019-02-14 20:46:25 +01:00
test/parser Fix parser tests 2019-02-09 15:23:16 +01:00
.flutter-plugins Implement == and hashCode in generated data classes 2019-02-10 11:21:19 +01:00
.gitignore Implement == and hashCode in generated data classes 2019-02-10 11:21:19 +01:00
CHANGELOG.md Init repository 2019-02-03 13:56:31 +01:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md release readiness? 2019-02-18 20:51:37 +01:00
analysis_options.yaml Specify analysis rules and conform to them 2019-02-04 21:01:50 +01:00
build.yaml Generate data classes based on specified tables 2019-02-07 21:13:14 +01:00
mono_pkg.yaml Format, improve travis testing 2019-02-14 17:55:31 +01:00
pubspec.yaml release readiness? 2019-02-18 20:51:37 +01:00
sally_generator.iml Prepare E2E testing (not working though) 2019-02-11 21:35:28 +01:00

README.md

Sally Generator

This library contains the generator that turns your Table classes from sally into database code. When using the sally, you'll probably want to use the sally_flutter implementation directly.

Please see the homepage of sally for details.