platform/packages/orm/angel_orm
2024-07-07 23:02:49 +08:00
..
example Bumped to Dart >= 2.19 2023-04-22 13:41:41 +08:00
lib Updated to support postgresql 3 driver 2024-02-12 12:31:33 +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 Updated to support SDK 3.3.0 2024-06-23 12:09:26 +08:00
LICENSE Published angel3_orm and angel3_model 2021-12-10 14:03:15 +08:00
melos_angel3_orm.iml Added melos 2022-03-19 09:37:28 +08:00
pubspec.yaml Updated dependencies 2024-06-23 16:42:16 +08:00
README.md Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00

Angel3 ORM

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

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

Supported database

  • PostgreSQL version 10 or later
  • MariaDB 10.2.x
  • MySQL 8.x

For documentation about the ORM, see Developer Guide