On Thu, Sep 25, 2014 at 2:07 PM, sri <[email protected]> wrote: > Lets have a little poll, what databases are you using with Mojolicious? > And which modules are you currently using to access them?
I originally was using DBIx::Class with MySQL but got bit hard by the blocking. I didn't know what to do about it. I tried DBIx::Custom (I think) as it had some experimental support for async. It's true, it worked. But I didn't really stick with it. Plus, the whole time, I cursed my daily life dealing with duplicating efforts between my code and my DB schema. I really hated what I was doing. And when my DB access was blocking on top of that, I felt I had to see what else was out there. I then discovered NoSQL and think that schemaless doc-based DBs are the Holy Grail. CouchDB seemed easier to comprehend than MongoDB. I've been working with CouchDB since. I like it a lot. I'm still learning how to design my data structure as I'm so used to relational models. But I'm having a lot of fun with the JSON documents and creating views. -- 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.
