From: Xd Ork Date: 2008-11-28T09:40:00+09:00 Subject: Re: Read Database Metadata Florian Gilcher wrote: > On Nov 27, 2008, at 6:44 AM, Xd Ork wrote: > >> > If you want do have a behaviour that matches JDBC, use JRuby and > JDBC ;). > > But to make things clear: Ruby as well as Java has no idea what a > database is. > So it is not a "Ruby capability". But there are enough well-tested > libraries for > doing this in a lot of fashions that you can imagine. Databases are no > problem. > > Regards, > Florian Gilcher Thanks Florian for the reply. I already tried JRuby and JDBC but I was thinking that since JDBC is really for java, my code will then be only run in JRuby, making my application requires their runtime which for me is not ideal and there's is no point anymore of migrating my old java application to ruby. I'm looking for a library which works like JDBC. I googled around and found Ramen but it only works now for few database. Can you name some library? -- Posted via http://www.ruby-forum.com/.