DEV Community

Discussion on: What database should I use?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

MongoDB supports database that stores container data structure, i.e. not normalized. Not only storing, but indexing as well (arrays, deep json's).

What it lacks. from what I can see, are foreign keys and triggers; as well as user-defined functions. (Maybe because it doesn't have complex SQL variant.)