Are there any tools available using which json/xml based web services can be generated directly from databases, at least for CRUD operations. Assume, I supply database credentials to the tool which shows me list of tables for which web service need to be generated, I select the tables and it generates the code or whatever is required for exposing those database tables via web service for CRUD operations?
Is it a common problem faced by programmers, e.g. exposing a database via web service without having to write any code?