lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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