|
|
|
|
|
by EvanPlaice
3777 days ago
|
|
With NoSQL you do have to reimplement all of the constraints in the application but this will likely be necessary even for SQL code because you'll need to provide both server and client side validations on user input. SQL can be even more of a pain because you'll need additional checks to handle the SQL server's particular blend of error handling if/when something goes wrong. In both SQL and NoSQL, any decent ORM should provide models, validations, sane error handling, and constraint checks so none of those really matter. Unless, for whatever reason the business logic is defined in SQL SPROCS. Then, good luck if/when they don't work properly. |
|
http://blogs.tedneward.com/post/the-vietnam-of-computer-scie...