You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current abstraction requires json like arrays to be indexed and return that indexes. There should be in future another package build on top of seal package which will do mapping from PHP Classes so Document Object to this array and back to it.
So the seal package will be something like what in doctrine is doctrine/dbal and the odm or whatever we will call it will be what doctrine/orm is.
alexander-schranz
changed the title
ODM/ORM based Datamapping to Document classes
[Core] ODM/ORM based Datamapping to Document classes
Jan 19, 2023
alexander-schranz
changed the title
[Core] ODM/ORM based Datamapping to Document classes
[New package] ODM/ORM based Datamapping to Document classes
Jan 19, 2023
The current abstraction requires json like arrays to be indexed and return that indexes. There should be in future another package build on top of
seal
package which will do mapping fromPHP Classes
soDocument Object
to this array and back to it.So the
seal
package will be something like what in doctrine isdoctrine/dbal
and theodm
or whatever we will call it will be whatdoctrine/orm
is.A ODM Impelmentaiton could look like this:
Open Points
array
<->object
mapping: Find the best way to map array to object maybe look at following components:The text was updated successfully, but these errors were encountered: