|
----- Original Message ----- From: "Michal Kottman" <k0mpjut0r@gmail.com>
To: "Lua list" <lua@bazar2.conectiva.com.br> Sent: Saturday, May 01, 2010 2:45 PM Subject: Re: Non SQL databases
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