platform/packages/orm/angel_orm_generator
2022-04-24 09:42:33 +08:00
..
example Updated ORM 2022-02-27 12:30:22 +08:00
lib Updated to SDK 2.16.x 2022-04-23 12:21:39 +08: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 Updated orm generator 2021-07-25 18:35:05 +08:00
CHANGELOG.md Updated to SDK 2.16.x 2022-04-23 12:21:39 +08:00
LICENSE Updated linter 2021-12-20 12:25:43 +08:00
melos_angel3_orm_generator.iml Added melos 2022-03-19 09:37:28 +08:00
mono_pkg.yaml Add 'packages/orm/' from commit 'ceb58a25b58eeabeeab5a0bb6257f144e150dc24' 2020-02-15 18:22:15 -05:00
pubspec.yaml Published 6.0.0 2022-04-24 09:42:33 +08:00
README.md Updated README 2022-04-24 08:55:17 +08:00

Angel3 ORM Generator

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

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