Postgres.app
postgresapp.com
Postgres.app
1–10 of 158 posts
Re: Postgres.app
#2Re: Postgres.app
#3Re: Postgres.app
#4I've happily used that on OSX (simpler than docker etc.), now I've switched to Windows, anything like that for Windows?
Re: Postgres.app
#5Re: Postgres.app
#6Re: Postgres.app
#7It looks nice for beginners but personally I find that a simple docker-compose file per project that spins up a postgresql container works pretty nicely and is really easy to use. I just run `docker-compose up -d` and I have a database running. Docker containers also stay out of the way of the os and I can run the right versions for whichever project.
Re: Postgres.app
#8Re: Postgres.app
#9It looks nice for beginners but personally I find that a simple docker-compose file per project that spins up a postgresql container works pretty nicely and is really easy to use. I just run `docker-compose up -d` and I have a database running. Docker containers also stay out of the way of the os and I can run the right versions for whichever project.
Re: Postgres.app
#10I just wish there was a version of this for mySQL/MariaDB.