lua-users home
lua-l archive

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


> It's fairly complete, except for the Table Extension (which I may
> someday get around to doing). Also, there are a few things that
> haven't been tested yet, due to laziness and holiday cheer, etc.
> (copy, restore, setmaster, optimize, ext). A couple of methods also
> take timestamps in microseconds, and I've yet to mess with those (they
> wait...).

You might want to consider adding table proxies for databases.
See my lgdbm for an example.