platform/packages/orm/angel_orm_test/README.md

15 lines
682 B
Markdown
Raw Normal View History

2021-07-25 13:48:10 +00:00
# Angel3 ORM Test
2021-12-20 04:25:43 +00:00
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_orm_test?include_prereleases)
2021-05-18 15:07:36 +00:00
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
2023-12-25 03:45:10 +00:00
[![License](https://img.shields.io/github/license/dart-backend/angel)](https://github.com/dart-backend/angel/tree/master/packages/orm/angel_orm_test/LICENSE)
2021-05-18 15:07:36 +00:00
2022-07-24 04:00:10 +00:00
Common test cases for Angel3 ORM. Reference implmentation of generated ORM files.
## Supported databases
* MariaDb 10.2.x or greater
* MySQL 8.x or greater
* PostreSQL 10.x or greater