PistonDevelopers / pluto

Game competition server software for Rust gamedev community
MIT License
14 stars 4 forks source link

Database #30

Open Haggus opened 9 years ago

Haggus commented 9 years ago

Would it be better to setup a test database that everyone can connect to, or simply let everyone setup their own local copies for development?

Also, are we going for postgres?

bvssvni commented 9 years ago

That's a good idea.

I was thinking of postgres, unless there are other alternatives you would like to discuss.

Haggus commented 9 years ago

It seems that a new trend is to go with NoSQL database. The most popular of them is probably Redis. I don't know exactly what the advantages are, so I'm going to have to read up on that a little more.