Usually, with embedded DB, it is a question of storage (i.e. you're storing data on flash memory or disk)
On Thu, Apr 4, 2013 at 10:29 AM, Emmanuel Deloget < emmanuel.delo...@efixo.com> 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 : > > > > 1 - Embedded InnoDB > > 2 - Empress Embedded Database > > 3 - Firebird embedded > > > > They are the more interesting, I found them from [ > http://en.wikipedia.org/wiki/Embedded_database], someone have some > experience on that > > and has in mind a way or the right DB (which preferably supports > triggers) ? > > I've used SQLite for years. It's small (written in C, not C++, so you > don't even depend on a libstdc++ - even a tiny one), fast, exists as a > library, is ACID-compliant, supports triggers and so on. It's C interface > is both simple and powerfull. > > > > Thanks in advance, > > Pietro. > > > > Best regards, > > -- Emmanuel Deloget > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel >
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel