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