Postgres
-
Core Java
Insert JSON Object to PostgreSQL using preparedStatement
Storing JSON data in a PostgreSQL database can be quite efficient and effective. PostgreSQL offers two data types to store…
Read More » -
Enterprise Java
Spring Boot JpaRepository Example
Hello readers let us delve into understanding the Spring Data JPA module. 1. JpaRepository interface Spring Data JPA provides a…
Read More » -
Software Development
Database Duel: MySQL vs Postgres in the Cloud Era
The world of relational databases is vast, with numerous options vying for your attention. When it comes to building modern,…
Read More » -
Enterprise Java
Asynchronous RDBMS access with Spring Data R2DBC
Not too long ago, a reactive variant of the JDBC driver was released. Known as R2DBC. It allows data to…
Read More » -
Groovy
Using separate Postgres Schemas for the same database in a Grails App
Recently, I wanted to use the same Postgres Database but split my persistence layer into separate components which used separate…
Read More »