I was wondering can you preform CRUD functionalities on CouchDB view that will update records in the db also?
I am building an PHP, Laravel application that uses CouchDB and views seem good solution as they load faster than DB tables.
I managed to read from the view but I wonder is it possible to add, delete and edit. This is first time that I am using Couch so I am not sure am I approaching this the right way.