A quick search gave me this announcement of Parrot DBDI from January 2004 and a dbdi-dev mailing list which appears to be long dead. Is Parrot DBDI still being developed? Is anyone working on a different database API or interface for Parrot?
|
|
DBDI was an effort to create a database driver interface like the current DBI and DBD modules. It died, so developers are now using an existing interface instead - the Java JDBI. Two such developers are Tim Bunce (who worked on DBI 1, but hasn't had much time to work on its sequel) and Simon Cozens: http://perlbuzz.com/2008/12/database-access-in-perl-6-is-coming-along-nicely.html
This module should be available to all Parrot languages, not just Perl 6. Actually for Perl 6 we'll probably see an SQL quote operator so you can do stuff like this:
And of course in Perl 6 quote modifiers like Q:sql can be abbreviated, e.g. to qs<> or sql<> |
||
|
|
|
|
From the DBI::Roadmap 1.607 manual, dated Nov 2004:
This post from Darren Duncan in May 2005:
I can't find anything more recent than that. Parrot itself is kind of glacial in its progress, so perhaps to remain compatible with the Parrot platform, DBDI is too. :-) |
||
|
|
