Hibernate with PostgreSQL – 6 things you need to know
| |

Hibernate with PostgreSQL – 6 things you need to know

PostgreSQL is one of the most popular relational databases, and Hibernate is probably the most popular JPA implementation. So, it’s no surprise that they’re often used together and that you don’t have to expect any major issues doing that. But as so often, there is a difference between “it works” and “it works great”. Out…