1 message in com.mysql.lists.perlMySQL::Ndb (perl bindings for the ndb...
FromSent OnAttachments
Ross McFarland05 Oct 2006 20:46 
Subject:MySQL::Ndb (perl bindings for the ndb-api)
From:Ross McFarland (rwmc@neces.com)
Date:10/05/2006 08:46:18 PM
List:com.mysql.lists.perl

so i finally got back around to playing with creating perl bindings for the ndb api, the results of which are here: http://neces.com/tmp/MySQL-Ndb-0.03.tar.gz

it's really only a proof of concept at this point. you can connect, insert, select, update, and delete data with a simple table (integer columns.) it's for the most part an end-to-end (complete-ish) solution for a very narrow swath of the api. i envision the ability to do some pretty cool automagical stuff (think tied hash) that would make working with a ndb cluster nearly trivial from perl.

i wanted to judge interest and solicit feedback before i put too much more effort in to it. if you have or foresee a use for them let me know.

later,