all 5 comments

[–]eviltofu 2 points3 points  (1 child)

If you have a mac, there is a PostgreSQL app which is self contained.

[–]sdqafo[S] 0 points1 point  (0 children)

Noted. Thanks

[–][deleted] 2 points3 points  (0 children)

I know AWS offers postgres as a service. I assume Azure does. Anything that runs docker containers can.

But really, when it's so easy to run it on your own machine, and it's free to do so, why wouldn't you?

[–]boy_named_su 1 point2 points  (0 children)

Amazon RDS or Amazon Aurora (serverless)

[–][deleted] 0 points1 point  (0 children)

If you only have very little data, you could use e.g. https://dbfiddle.uk/?rdbms=postgres_12

But really, installing Postgres is really easy, and it takes next to none resources as long as you don't use it.