[plt-scheme] Status of SrPersist
Unfortunately I need ODBC support. -- Jaime
On May 6, 2008, at 11:57 AM, Noel Welsh wrote:
> There are a bunch of alternatives on PLaneT. PostgreSQL has the
> best support.
>
> N.
>
> On Tue, May 6, 2008 at 4:42 PM, Jaime Vargas <jev at mac.com> wrote:
>> I try to use SrPersist, but I get the following error:
>>
>> open-input-file: cannot open input file:
>> "/Applications/PLT-Scheme-v372/collects/srpersist/private/
>> srpmain.ss" (No
>> such file or directory; errno=2)
>>
>>
>> (module db mzscheme
>> (require (lib "srpersist.ss" "srpersist"))
>> (define x 10))
>>
>> Is srpersist being developed. Are there any alternatives packages?
>>
>> Thanks,
>>
>> Jaime