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

Reply via email to