You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
787 B
16 lines
787 B
3 years ago
|
# Angel3 ORM
|
||
|
|
||
|

|
||
|
[](https://dart.dev/null-safety)
|
||
|
[](https://gitter.im/angel_dart/discussion)
|
||
|
[](https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm/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](https://angel3-docs.dukefirehawk.com/guides/orm)
|