platform/packages/orm/angel_orm_generator
2024-10-12 18:45:27 -07:00
..
example Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
lib Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
.gitignore Update authors and licence 2021-05-15 21:37:00 +08:00
analysis_options.yaml Updated linter 2021-12-20 12:25:43 +08:00
AUTHORS.md Update authors and licence 2021-05-15 21:37:00 +08:00
build.yaml Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
CHANGELOG.md Refactor: changing namespace, imports, re-branding 2024-10-12 03:41:18 -07:00
LICENSE Updated linter 2021-12-20 12:25:43 +08:00
pubspec.yaml Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
README.md Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00

Protevus ORM Generator

Pub Version (including pre-releases) Null Safety Discord License

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