lua-users home
lua-l archive

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


Javier Guerra wrote:
> a simple sessions library, like that of PHP, can make it easier to
> retrieve objects from storage;

André de Leiradella wrote:
> Take a look at lper, a persistent Lua implementation

That works only in Unix.

You can try also a database library, such as lgdbm, which has proxy tables
that make tables persistent.
--lhf