in reply to Webservice Method

I'm interpreting your question to be asking how to use your database model with a web-based front-end. The question is broad enough that it's hard to answer specifically; we don't really know what your front end is supposed to do. But I can say that when I need to create an interaction between a database and a web user interface, I usually reach for Mojolicious::Lite, or Mojolicious if the project is larger in scale.

I feel a little bad recommending a specific tool with a question so devoid of details that might influence the decision on what tools to use. But often enough, Mojolicious::Lite (or possibly a full Mojolicious app) can be one possible choice as a component in the solution for such things.


Dave