Improve software development routine. Local database setup.

Almost all software developers use databases in their daily routines. The inconveniences can come when you need to work with different types of databases or different versions. Fortunately, there is a common way to work with all popular databases. Prerequirements: Linux, Docker. 1. Start database server and DB management tool With docker, you can run whatever database you want without installation hassle. Let’s take the PostgreSQL db as an example....

November 17, 2023