It occurred to me that someone might ask why I don't just go back to using my own database code, and let it go. Good question; I have no answer. I figured that for this particular project, I'd use what appeared to be the "Dancer2 stuff" instead of writing my own. If no suggestions for getting around this come up, then I'll be forced to go back to doing my own.

This project answers on both API (using JSON) and straight web pages. At this time there is no authorization code at all, since it is strictly internal to our group. It is an interface between Nagios-XI and ServiceNow, but will also interact with other applications in the future (Slack/PagerDuty/etc). I also want to take the core code and publish it in github as an example for others who are writing APIs. So that is part of what made me thing I'd be better off using more "off the shelf" modules than writing my own.

David Lee Crites, Author and DevOps Dude
Devops: lee@critesclan.com
Author: davidlee@adoniah.co
quad alii ut vivere

In reply to Re: Dancer2::Plugin::Database and database errors by lee_crites
in thread Dancer2::Plugin::Database and database errors by lee_crites

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.