ZakBrinlee / Project-8

NSC - Application Development Practicum for Privyd
0 stars 0 forks source link

Research Database options for what the app needs #1

Closed ZakBrinlee closed 6 years ago

coultergeist commented 6 years ago

Looks like the most common db options out there for React is Firebase, MongoDB and PostgreSQL. It looks like PostgreSQL might be a little more intuitive (while Firebase is the quickest and easiest setup option) with more advanced manipulation techniques and expandability for large data sets...not really one of our concerns for this project at the moment.

Long story short, we're going with Firebase.

But if you were interested in learning more about PostgreSQL here is an article about React dbs that I liked if you want to learn more.