Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 344 Bytes

DB.md

File metadata and controls

6 lines (4 loc) · 344 Bytes

The Database

Behind the website we will need a database

Mikko: I suggest MongoDB as opposed to a regular SQL database. It offers a different (and in my opinion, a lot clearer) object-oriented approach to queries. It also seems to be somewhat faster than SQL. JSON integration would be easy. Take a look at it, see what you think.