|
|
|
|
|
by bluefirebrand
1954 days ago
|
|
I no longer buy the "use relational databases for relational data, use NOSQL for non-relational data" mentality. Basically all meaningful data in an application context has relationships. There is no real such thing as "non-relational data" Instead the question really is do you want a planned, enforced schema or an unplanned, freeform one. Use a SQL database for the former. Take a long look in a mirror and question the decisions that made you the way you are if the latter. |
|