|
|
|
|
|
by undoware
4615 days ago
|
|
Think of it like this: 1. Any application layer is in effect a transform, with security and sanity constraints, on user input. 2. There is at least the degenerate case where user input does not need to be transformed, only constrained 3. And about those constraints. CouchDB requires you write a validation function, and it lives inside the database, again obviating the need for that logic in the application layer. 4. What was your anxiety again? |
|