Implemeting a memory OO database in Squeak (was Re: port of prevayler)

Stephen Pair spair at acm.org
Mon Feb 17 14:56:55 UTC 2003


 
> > Did somebody do an evaluation of the concepts / quality of these 
> > implementations? If yes, please post remarks there.
> 
> ---
> Object Databases:

...snip...

> > - BerkeleyDB Plugin

The BDB plugin simply provides an interface to BerkeleyDB.  It currently
does not implement the entire BerkeleyDB API, but it gives you enough to
be useful.  Most of what's missing are APIs that are concerned with
scalability and fault tolerance.  What is there is stable and clean.

- Stephen 



More information about the Squeak-dev mailing list