[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Berkeley DB
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 18 Sep 2003 09:27:39 -0300
>Anyone plans to do a library for Lua to work with Berkeley DB?
I have no experience with Berkeley DB, but if I'm reading the man page right
(man db?), then it should be easy to write one based on the one I wrote for
gdbm, which is available at http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/ .
Or am I missing something?
--lhf