leto / plparrot

Embed Parrot+Rakudo into PostgreSQL
http://pl.parrot.org
Artistic License 2.0
27 stars 5 forks source link

SPI #11

Open leto opened 14 years ago

leto commented 14 years ago

SPI is a large interface. This ticket should be replace with specific, smaller, milestones for specific SPI features.

theory commented 14 years ago

Ideally, the SPI interface would be available to PL/Perl via a $dbh object that mimics the DBI interface. There is a TO Do to do that. I see no reason why PL/Parrot shouldn't try to do that from the start. Note that it should be DBI 2ish, for whatever that means.

—Theory

leto commented 14 years ago

This is being worked on by cxreg on this branch:

http://github.com/leto/plparrot/tree/spi