.. | ||
example | ||
lib | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
build.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
melos_angel3_orm_generator.iml | ||
mono_pkg.yaml | ||
pubspec.yaml | ||
README.md |
Angel3 ORM Generator
Source code generators for Angel3 ORM. This package can generate:
- A strongly-typed ORM
- SQL migration scripts
For documentation about the ORM, see Developer Guide
Usage
Run the following command to generate the required .g.dart
files for Angel3 ORM.
dart run build_runner build
Supported database
- PostgreSQL version 10 or later
- MariaDB 10.2.x
- MySQL 8.x