.. | ||
example | ||
lib | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
build.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
Protevus ORM Generator
Source code generators for Protevus 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 Protevus ORM.
dart run build_runner build
Supported database
- PostgreSQL version 10 or later
- MariaDB 10.2.x
- MySQL 8.x