> On Thu, Apr 4, 2013 at 10:29 AM, Emmanuel Deloget > <[email protected]> wrote: >> >> Le 04/04/2013 08:52, Pietro Paolini a écrit : >> > Hello all, >> > I am looking for a open source database designed for embedded devices, I >> > google the problem and I found different solutions : >> > > On 4 April 2013 11:34, shazz <[email protected]> wrote: > Usually, with embedded DB, it is a question of storage (i.e. you're storing > data on flash memory or disk) >
We are using sqlite and pretty happy with it. Although it might require some tuning for your application speed (journaling) and space wise (you might want to limit row count). But question I would like to ask is: are there any good alternatives to sqlite? Regards, Roman _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
