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)


Check again and let me know which one of us got it wrong.

Cheers,

--Amos

Shlomi Fish wrote:
On Thursday 17 June 2004 21:58, [EMAIL PROTECTED] wrote:

BTW - just to make sure people don't miss on other alternatives -
there are also Berkeley DB and Firebird as good complete SQL opensource
database implementations.



Just a correction - Berkeley DB is not an _SQL_ database implementation. It's not even a relational database. What it does is just map arbitrary binary keys to arbitrary binary values. You can build relational database (and theoretically SQL as well) capabilities above it, but it doesn't have it built-in.

Another thing that separates it from most other SQL servers is that it is filesystem based and not networked.

If you're looking for a relational database implementation that is not SQLed, there are several XBase (formerly dBase) implementations around. SQLite is a lightweight file-system based SQL implementation. (which isn't networked). If you're looking for something that is networked, you should look at MySQL, PostgreSQL, Firebird, MaxDB (formerly SAP-DB), or any of the other *networked* *SQL* open-source implementations, or commercial, non-OS ones like Oracle, IBM DB2 or Informix.

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]



---------- Your email is protected by Mailshell ---------- To block spam or change delivery options: http://www.mailshell.com/control.html?a=blshp8b9gc0rxhgk_srox_llfpptvypmvy7j

Wouldn't you rather have amos-sha.com as your personal domain? 
http://rd.mailshell.com/ad465
Earn up to $3 for each of your friends who signs up with Mailshell! 
http://rd.mailshell.com/sp5


=================================================================
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]



Reply via email to