J
J. D.
Hi,
Are there plans to have ActiveRecord support Berkeley DB?
Thanks.
Are there plans to have ActiveRecord support Berkeley DB?
Thanks.
J. D. said:Hi,
Are there plans to have ActiveRecord support Berkeley DB?
Thanks.
I can't speak for David, but I wouldn't think BDB would be a valid
target for ActiveRecord. AR is very SQL-dependent, and BDB does not (to
my knowledge) sport an SQL front-end.
Jamis said:I can't speak for David, but I wouldn't think BDB would be a valid
target for ActiveRecord. AR is very SQL-dependent, and BDB does not (to
my knowledge) sport an SQL front-end.
- Jamis
J. D. said:Do you know if sqlite 3.x will be supported soon? I just guessing you'd
be the guru working on 3.x support for ruby. But I don't know how
soon that would translate to support in ActiveRecord.
SQLite3 support is on my TODO list, but I'm waiting for sqlite3 to
stabilize. (I've had reports that it is still not quite ready for production
stuff.) Also, it appears that more people are wanting me to finish Net::SSH
than work on SQLite3, so Net::SSH is my current priority (now that Needle
1.0 is out the door).
what you need is some more projects ;-)
all - we need to start a paypal account for jamis or something!
Jamis said:lol no kidding. I'm quite motivated to get Net::SSH stabilized,
though, because once that's done
Gah! I don't even have time to finish my sentences! What I *meant* to say
was, "because once that's done, I'll have some time to focus on some
projects I've been neglecting for a long time, like my personal finance
manager."
I can't speak for David, but I wouldn't think BDB would be a valid
target for ActiveRecord. AR is very SQL-dependent, and BDB does not (to
my knowledge) sport an SQL front-end.
David said:The plan is that I'm open to contributions
Seriously, if you want a certain database supported in Active Record,
you should really have a look at giving it a go. There's a ton of unit
tests, lots of examples from the other adapters, and a healthy
community. Most adapters are around a hundred lines of code.
more complexity to an already fairly complex beast. As it is, it is a
great fit for *most* things, and for everything else,
wellll....there's MasterCard. (sorry, I couldn't resist.)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.