The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
DBI, Tim Bunce, JDBC

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
DBI, Tim Bunce, JDBC Posted: Jan 16, 2007 3:43 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: DBI, Tim Bunce, JDBC
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
I listened to an interview with Tim Bunce this morning. Tim is the author of the Perl DBI module, probably the single most important (and popular) Perl module.

In the interview Tim mentions that, while the DBI spec was fairly well thought out in advance, the spec for the drivers themselves was not. And so, he's going to use the JDBC spec for a future DBI2 that's just starting. Don't panic - he's just using the JDBC spec, not the implemention. On a side note, there are already two JDBC modules out on CPAN - JDBC (written by Tim, which uses Inline::Java) and DBD::JDBC.

Ideally, Tim would like to use this spec to create a single driver per database using Parrot, which would then be used by all other language authors, instead of each language reinventing its own drivers. Less duplication of effort, more eyes on the same code.

It's a nice idea, but one that's several years off I think. The parrot thing, I mean. Using the JDBC spec for the drivers, that we can use today. So now I suppose I should start thinking about that for Ruby's own DBI drivers.

Read: DBI, Tim Bunce, JDBC

Topic: Ruby Reports mailing list moves to Google Groups Previous Topic   Next Topic Topic: Converting forward slashes to backslashes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use