drift/sally_generator
Simon Binder a2e3eb8a9d Include information about all tables in generated db code 2019-02-09 14:01:03 +01:00
..
lib Include information about all tables in generated db code 2019-02-09 14:01:03 +01:00
test/parser Generate data classes based on specified tables 2019-02-07 21:13:14 +01:00
.gitignore Add .gitignores 2019-02-03 13:54:45 +01:00
CHANGELOG.md Init repository 2019-02-03 13:56:31 +01:00
README.md Init repository 2019-02-03 13:56:31 +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 Init repository 2019-02-03 13:56:31 +01:00
pubspec.yaml Generate data classes based on specified tables 2019-02-07 21:13:14 +01:00
sally_generator.iml Init repository 2019-02-03 13:56:31 +01:00

README.md

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:sally_generator/sally_generator.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.