[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Non SQL databases
- From: Michal Kottman <k0mpjut0r@...>
- Date: Sat, 01 May 2010 19:45:34 +0200
On So, 2010-05-01 at 14:28 -0300, Luciano de Souza wrote:
> If this is possible, Lua is much powerful and extraordinary than I could
> imagine!
It is possible, take a look at
http://lua-users.org/wiki/TableSerialization , which lists several ways
how to serialize Lua tables to string, which can be written to a file.
There are also links to several different libraries that achieve the
same purpose.
Michal