Re: Lua and Postgres
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua and Postgres
- From: Norman Clarke <norman@...>
- Date: 2011年1月17日 11:17:25 +0100
On Mon, Jan 17, 2011 at 11:06, Ed <spied@yandex.ru> wrote:
> On 01/17/11 09:45, Norman Clarke wrote:
>>
>> Well, it looks like I'm a bit late to the show but I've been working
>> on yet another driver.
>>
>> http://norman.github.com/lua-postgres/
>
> Why another one?
Because LuaSQL is an abstracted library, and so it will always be
short on Postgres-specific features I want to use. The other ones I
was able to find (a few months ago when I started mine) leaked memory
like sieves, and/or were poorly documented and poorly tested, and so
inspired little confidence.