[plt-scheme] disk-based associative array

From: Erich Rast (erich at snafu.de)
Date: Fri May 26 03:15:31 EDT 2006

I've got the same requirements, but haven't found a good solution so 
far. Last time I tried the SLIB database in DrScheme it was broken. 
Moreover, as far as I remember the *disk-based* database was an 
extension for SCM only. SLIBs simple a-list db is in-memory.

It would be nice to have an Mzscheme interface to Metakit 
<http://www.equi4.com/metakit.html>.

Best regards,

Erich

> I think you may find what you are looking for in slib,
> which comes with DrScheme.
> Look up slib in the Help Desk, and see the documentation
> here --
> http://www-swiss.ai.mit.edu/~jaffer/slib_6.html#SEC141
>>
>> I'm looking for a simple database system, preferably written in 
>> scheme,
>> that will allow me to store arbitrary scheme forms which keyed on a
>> string.  All I need is basically a fast disk-based associative array.



Posted on the users mailing list.