[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-sophia, binding to the Sophia embeddable key-value database
- From: Javier Guerra Giraldez <javier@...>
- Date: Wed, 2 Oct 2013 15:06:57 -0500
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