I recently have been developing my first library to practice software development skills and design.
It's written in Java and the objective of this library is to provide a simple way to map POJOs into postgres jsonb type, i.e. let postgres work as a document storage.
I released a first version of this library, and I would like to ask if you guys could give me some feedbacks (coding, design, usefulness, ...), any feedback is valid.
Repository: https://github.com/jonrmar/postgres-jsonb-support Release: https://search.maven.org/#artifactdetails%7Cio.github.jonrmar%7Cpostgres-as-document-db%7C1.0.2%7Cpom
Thanks!