PostgreSQL Docker client-only Image
Recently I had to write a bash script to truncate all tables on a test database server. Using PgAdmin is a real pain since I have a lot of tables and databases. In addition, I need to do this quite frequently. And I also didn’t want to install Postgres on my machine. The requirement is … Read more