In all fairness, the idea that databases are interchangeable just because one is using a database-agnostic access API like JDBC, DBI, PDO, etc. is a pipe dream.
As much as SQL is SQL, yes, any use of non-trivial features will almost certainly involve database-specific extensions. Even basic things like data type names (outside of SQL-standardised identifiers) vary. For instance, our product is in Postgres. Even if one were to somehow get the tables imported into MySQL, the mass of triggers, stored procedures, views, idiosyncratic index types, etc. would require a complete rewrite at best to suit MySQL, and would be simply impossible at worst. -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On May 26, 2011, at 10:29 AM, Paul Hayes <[email protected]> wrote: > On 26/05/11 15:03, Justin Sherrill wrote: >> Queuemetrics is neat-looking. However, it requires MySQL, and I'm using >> Postgres. Does anyone have a recommendation for a different product for >> reporting usage that's not tied to MySQL? > > It uses JDBC so it should work with any storage engine you can get (or make) > a JDBC connector for. Although all the installations I've done of it have > used Mysql. > > Drop the guys at Queuemetrics an email, they are very helpful. > > cheers, > Paul. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
