On Friday 18 June 2004 22:34, you wrote: > Shlomi - I think you are confusing Berkeley DB > (http://www.sleepycat.com/) which is a full-fledged SQL relational > database used, among others, as the basis for SubVersion, and the > plain unix DBM files (the closest refference I could find is the GNU > implementation at http://www.gnu.org/software/gdbm/gdbm.html) >
I am not: http://www.sleepycat.com/docs/ref/intro/dbisnot.html Sleepycat's Berkeley DB is derived from the early versions of Berkeley DB that were akin to the UNIX DBM files. It is now a commercial, yet open-source product. (And Subversion is spelled without a capital V, BTW) Like I said, it is not an SQL database, but rather a DBM-like way to associate keys with records. (with a few more goodies like transactions). Regards, Shlomi fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://shlomif.il.eu.org/ Quidquid latine dictum sit, altum viditur. [Whatever is said in Latin sounds profound.] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]