[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] nosql key-value store for powerpc?
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] nosql key-value store for powerpc? |
Date: |
Thu, 06 Jun 2013 20:49:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 |
Hi Eric,
You may be able to use db1, which is the BSD database library for C,
IIRC this will let you do key/value disk based stores. There's also
db3x and gdbm, but those have viral GPL or GPL like licenses which you
may want to avoid (db1 is under a permissive BSD license).
If you don't mind a structure database, sqlite is a good choice (it's
pretty small and quite powerful.)
Regards, Stuart
On 03/06/13 17:11, Erin Spiceland wrote:
> Hello, all! I'm using LTIB to build images for an embedded powerpc. Does
> anyone have any recommendations for an extremely lightweight nosql
> server or key-value store that LTIB can build for powerpc?
>
> Erin
>