File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.12.0
2+
3+ - Support self-joins. Models can now have relations to itself.
4+ - Added ` value ` property to ` QueryParams ` to supply custom query parameters.
5+ - Added ` @BindTo() ` annotation to resolve ambiguous field relations.
6+
17# 0.11.0
28
39- Fixed wrong column types in update query.
Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <a href =" https://pub.dev/packages/stormberry " >
5- <img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart">
5+ <img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart&color=00589B ">
66 </a >
77 <a href =" https://github.com/schultek/stormberry/actions/workflows/test.yaml " >
88 <img src="https://img.shields.io/github/actions/workflow/status/schultek/stormberry/test.yaml?branch=main&label=tests&labelColor=333940&logo=github">
Original file line number Diff line number Diff line change 11name : stormberry
2- description : Access your postgres database effortlessly from dart code .
3- version : 0.11 .0
2+ description : A strongly-typed postgres ORM to provide easy bindings between your dart classes and postgres database .
3+ version : 0.12 .0
44repository : https://github.com/schultek/stormberry
55issue_tracker : https://github.com/schultek/stormberry/issues
6+ funding :
7+ - https://github.com/sponsors/schultek
68
79environment :
810 sdk : ' >=2.17.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments