lua-users home
lua-l archive

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


On Fri, 31 Jan 2014 06:49:56 -0800
Milind Gupta <milind.gupta@gmail.com> wrote:

> Hi,
>       I have started work on a small module to map lua tables directly to
> sqlite database using luasql. The aim is that if you are using lua tables
> to store all your data then that is all you do. You use them like normal
> lua tables and in the end just do a save command and the changes get saved
> to a database.

I have built exactly this on top of LuaDBI. It's been used in a fair
number of projects and seems to be mature.

Releasing it in LuaRocks has been on my todo list for quite some time
now, just haven't found a moment...

-- 
Aaron B. <aaron@zadzmo.org>