소개
This microservice exemplifies Gilhari's powerful INLINE mapping feature, a core optimization for its Docker-compatible microservice framework. It illustrates how to configure and leverage INLINE relationships to store child JSON object attributes directly within the database row of their parent object. This approach eliminates the need for expensive database joins, significantly boosting query performance for one-to-one relationships, and showcases how Gilhari automates REST APIs and database schema setup for such optimized persistence without any manual coding.