Releases: harp-orm/core
Releases · harp-orm/core
Refactor Condiguration
- Single File for Repo & Model: Model Classes now just have a static method initialize. There still is a "repo" object. However its now from a single class.
- Dependancy Injection Container for Repos allowing you to specifically resolve dependancies
- New style for initializing traits. Now you have to execute a static "Initialize" method for each trait.
- LinkMany object now behaves much more like Models object.
Direct Link Manipulation
Added Direct Link Manipulation methods to model
- getLinkOne
- getLinkedModel
- setLinkedModel
- getLinkMany
This will help build correctly typed code
Initial Release
0.1.0 :memo: Fix doc