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
Basically, it's an easy way to work with variables and rows in a DB without having to parse the row object multiple times and work with scalar types. The ORM handles the to-scalar and back to row object automatically.
The text was updated successfully, but these errors were encountered:
sanjarcode
changed the title
ORMs (Object Relational Mappings)
concept of ORMs (Object Relational Mappings)
Oct 13, 2021
ORM at Wikipedia
~16 min Lecture for priming, CS50 Beyond 2019
Basically, it's an easy way to work with variables and rows in a DB without having to parse the row object multiple times and work with scalar types. The ORM handles the to-scalar and back to row object automatically.
The text was updated successfully, but these errors were encountered: