[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: announce: luacdb-1.2.2
- From: Taj Khattra <taj.khattra@...>
- Date: Tue, 4 Nov 2003 09:18:44 -0800
On Tue, Nov 04, 2003 at 03:05:03PM -0200, Luiz Henrique de Figueiredo wrote:
> >It wouldn't hurt if the framework contained some helper methods
> >that would allow to easily use such disk based DB as backend for
> >table/hash constructs in lua. Something like:
>
> gdbm does provide table proxies for databases, so that you can write
>
> db.key = value
> print (db["rrw"])
>
> Perhaps this is also available in luacdb.
yes, luacdb has proxies too because i just copied your gdbm design :)
-taj