OPBerkleyDB.framework (Re: mySQL framework)
OPBerkleyDB.framework (Re: mySQL framework)
- Subject: OPBerkleyDB.framework (Re: mySQL framework)
- From: email@hidden (Dirk Theisen)
- Date: Thu, 14 Jun 2001 14:32:36 +0200
- Organization: http://www.objectpark.de
Hi!
>
This may be the inappropriate, but, would anyone be interested in
>
collaborating on a project to create cocoa wrappers for the mysql
>
libraries? I might be wrong, but wouldn't that address this problem?
I did an ObjC wrapper around the build-in, historic, embedded Berkley DB
(see man dbopen). It is not a relational DB, but deals with variable
length key-value data (hashed, record and btree access methods
available).
Not Sybase, but IMHO good for many things (the perl/php guys use it a
lot).
I can release it if anyone is interested?
Dirk