[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: announce: luacdb-1.2.2
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 4 Nov 2003 15:05:03 -0200
>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.
--lhf