About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
neumachen
2/5/2018 - 3:44 PM
share
Share
add_circle_outline
Save
Check if postgres DB exists on command line
https://stackoverflow.com/a/16783253
shell
content_copy
file_download
psql -lqt | cut -d \| -f 1 | grep -qw <db_name>
clear