How to Create an Embedded PostgreSQL Database With Spring Boot
You can see the sample code for this post on GitHub.
PostgreSQL is still my favorite database, and if a project I’m working on makes sense as a relational database model, it’s always what I reach for.