platform/packages/orm/angel_orm
2022-01-11 17:46:56 +08:00
..
example Fixed ORM analyzer error 2022-01-08 13:41:02 +08:00
lib fix_multi_order_by 2022-01-11 17:46:56 +08:00
.gitignore Update authors and licence 2021-05-15 21:37:00 +08:00
analysis_options.yaml Published angel3_orm and angel3_model 2021-12-10 14:03:15 +08:00
AUTHORS.md Update authors and licence 2021-05-15 21:37:00 +08:00
CHANGELOG.md Published ORM 2022-01-08 17:07:26 +08:00
LICENSE Published angel3_orm and angel3_model 2021-12-10 14:03:15 +08:00
mono_pkg.yaml Add 'packages/orm/' from commit 'ceb58a25b58eeabeeab5a0bb6257f144e150dc24' 2020-02-15 18:22:15 -05:00
pubspec.yaml Published ORM 2022-01-08 17:07:26 +08:00
README.md Fixed ORM Generator 2022-01-02 15:21:17 +08:00

Angel3 ORM

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

Runtime support for Angel3 ORM. Includes a clean, database-agnostic query builder and relationship/join support.

Supported database

  • PostgreSQL version 10, 11, 12, 13 and 14
  • MySQL 8.0 or later

For documentation about the ORM, see Developer Guide