Am Montag, 4. August 2014 10:11:51 UTC+2 schrieb satish MP: > > Hi ALL, > > I request you all to suggest me on the following "*Best ways of **Integration > of ORM(Database) with Mojolicious."* > I could see some have used DBIx::Simple, SQL::Abstract, DBI, DBIx::Custom, > etc. I would like to hear the best way of implementing ORM layer in > Mojolcious, Please suggest. >
There is no "Best way". But a very good one is to use DBIx::Class and friends. Have a look into the Mojolicious-based Galileo (https://github.com/jberger/Galileo) to see it supported in a very convenient way. > Also I would like to know how to handle Authentication when using > DBIx::Class. Can I use Mojolicious plugin along with DBIx::Class? > Please suggest, your inputs are precious. > See Galileo. > > (Note: working on a small demo application to showcase the Mojolicious > with ORM in Perl) > Just install or clone Galileo. HTH Helmut Wollmersdorfer -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
