lua-users home
lua-l archive

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


On Wed, Oct 2, 2013 at 2:54 PM, Michal Kottman <michal.kottman@gmail.com> wrote:
> I will also try to include a simple key-value database based on SQLite3, and
> also try to extract the log-structured merge database from SQLite4.


if you're in the mood for more DBs, check also LMDB
(http://symas.com/mdb/).  Note that they boast memcached and SQLite
forks that use it instead of each one's 'native' key/value storage.


-- 
Javier