Module of System engineering and Devops, carried out during Full Stack Software Engineering studies at ALX - Software Engineering Programme cohort 8.
-
Updated
Aug 16, 2023 - Shell
Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.
Module of System engineering and Devops, carried out during Full Stack Software Engineering studies at ALX - Software Engineering Programme cohort 8.
A RESTful Gilhari microservice demonstrating ORM for JSON objects with an e-commerce application object model having one-to-one and one-to-many relationships (using PostgreSQL)
A RESTful Gilhari microservice demonstrating ORM for JSON objects with streaming queries for efficient processing of large result sets
A RESTful Gilhari microservice demonstrating ORM for JSON objects with INLINE mapping for storing child object attributes in parent's table row
A RESTful Gilhari microservice demonstrating ORM for JSON objects with implicit attributes for automatic foreign key management in contained (referenced) objects
A RESTful Gilhari microservice demonstrating ORM for JSON objects with one-to-many relationships