platform/packages/orm/angel_orm
2022-07-30 23:08:38 +08:00
..
example Updated ORM insert for MySQL 2022-02-03 17:47:36 +08:00
lib Fixed postgreSQL failed test cases 2022-07-30 23:08:38 +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 Reverted lints to 1.x.x 2022-07-28 01:03:31 +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 Reverted lints to 1.x.x 2022-07-28 01:03:31 +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