lua-users home
lua-l archive

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


On Thursday 20 January 2005 15:54, Joseph Stewart wrote:
> not pervasive persistance, just the ability to set the metamethods for
> a table to use the disk/memory for paging huge tables.
for berkeley/dbm-style DBs which follow the key=value paradigma
this is trivial (very similar to a Perl hash tied to some xdbm).

See gdbm, cdb and tdb at http://lua-users.org/wiki/LibrariesAndBindings

cheers