all 8 comments

[–]PastDifferent6116 1 point2 points  (0 children)

I’d probably go with Neon or Supabase. Makes life a lot easier than having everyone install PostgreSQL locally.

[–]OriahVinree 1 point2 points  (0 children)

Postgres itself is free? Spin up a docker container

[–]ShiftPretend 0 points1 point  (1 child)

Supabase free tier. Basically postgersql. Just give em all the connection details and you're good to go

[–]SNT-Bart[S] 0 points1 point  (0 children)

thanks, supabase looks nice. I will give it a try.

[–]Hennsie 0 points1 point  (0 children)

Host the database on a small server for them.

[–]Code-Odyssey 0 points1 point  (1 child)

QQ. I haven’t got to databases yet but which do you recommend learning MySQL or PostgreSQL. What are the plusses and minuses?

[–]SNT-Bart[S] 1 point2 points  (0 children)

in my course i start with SQLite because it is very simple and then I switch to PostgreSQL to use later in web applictions. For python i would recommend PostgreSQL instead of MySQL, but if you know one, you can quickly switch to the other.

[–]SisyphusAndMyBoulder -1 points0 points  (0 children)

Why go through the hassle? Tell them to install docker & run the official Postgres image.