On Sun, Oct 19, 2014 at 9:59 AM, Rajesh kumar <[email protected]> wrote:
> Every time when i am creating a feed for webservice, i need to use any of > the wrapper using programming language. I need a framework/application > where i can feed the sql query and create a webservice for that query, so > that when ever i call the service i need the output of the query. > HMM. I think this is the reason frameworks like Django[1]/Rails[2]/Sails[3] are used? Someone can correct me if i'm wrong. Expressing your db layer in terms of an ORM would help the framework generate APIs for you. Again, I'm not an expert here. So even I'd like to know. --- [1]: https://www.djangoproject.com/ [2]: http://rubyonrails.org/ [3]:http://sailsjs.org/#/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
