platform/packages/orm/angel_orm
thomashii@dukefirehawk.com 71b50452ec Removed debugging messages
2022-08-31 22:48:27 +08:00
..
example Updated ORM insert for MySQL 2022-02-03 17:47:36 +08:00
lib Removed debugging messages 2022-08-31 22:48:27 +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 Removed debugging messages 2022-08-31 22:48:27 +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 Removed debugging messages 2022-08-31 22:48:27 +08:00
README.md Updated README 2022-04-24 08:55: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 or later
  • MariaDB 10.2.x
  • MySQL 8.x

For documentation about the ORM, see Developer Guide