소개
Gilhari is a Docker-compatible microservice framework that provides RESTful Object-Relational Mapping (ORM) functionality for JSON objects with any relational database, automating REST APIs, JSON CRUD operations, and database schema setup without manual coding. This repository provides a specific example of configuring Gilhari to handle complex JSON object models featuring both one-to-one and one-to-many BYVALUE (containment) relationships, along with advanced querying capabilities like path expressions and GraphQL-like projections. It enables users to deploy a standalone RESTful microservice for persisting app-specific JSON objects with sophisticated relational mappings.