About
This repository provides a standalone example of a RESTful microservice built with the Gilhari framework, specifically demonstrating how to manage one-to-many relationships between JSON objects. Gilhari is a Docker-compatible microservice framework that automates Object-Relational Mapping (ORM) for JSON data with any relational database, handling REST APIs, CRUD operations, and schema setup without manual coding. This example details the configuration for 'Department' and 'Employee' objects, showcasing how to link them with 'BYREFERENCE' semantics, allowing independent object lifecycle management while supporting relational navigation.