> I am ready to test when you are :-)
Please check out the trunk and try it. Please note that before
connecting to a database, you have to load the JDBC driver. You also
need to supply a JDBC connection string. e.g.:
require 'sequel'
require 'sequel/adapters/jdbc'
Sequel::JDBC.load_driver("com.mysql.jdbc.Driver")
DB = Sequel.jdbc("mysql://127.0.0.1:3306/mydb?user=root")
DB[:items].print
I don't have JRuby on my machine, so I'm coding "blindfolded". Let me
know if you run into problems.
best
Sharon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---