Micronaut

Dealing with JSONB data Type in Micronaut

Introduction If you’re working with Micronaut and PostgreSQL, you’ve likely encountered the challenge of handling JSONB data types in your Micronaut entities. This blog aims to provide you with a clear solution to efficiently save and retrieve JSONB data within your Micronaut application. The JSONB Challenge As per the official documentation, you might have come…