Portable PostgreSQL distribution for Windows
For a personal project in Java I was using the well-known H2 database (which is implemented in Java itself). H2 is a great, easy-to-use db and personally I always like to keep things simple. However,…
For a personal project in Java I was using the well-known H2 database (which is implemented in Java itself). H2 is a great, easy-to-use db and personally I always like to keep things simple. However,…
This blog post is the second part of a series. In the previous, I showed how to install a portable version of Postgres on Windows and which reason led me to chose Postgres (link). All…