How does one choose between SQL and noSQL DBs for a given project?
I'm busy looking at a number of projects and trying to decide whether I should be building them with SQL or noSQL databases. Both seem to have advantages and disadvantages - SQL is more strict, but has powerful querying. noSQL seems less strict, grow...
Feb 23, 20164CLM