DATABASE suggestion for lpc1788

nileshtha wrote on Thursday, July 02, 2015:

Hi All,

I am using lpc1788 with freertos and LWIP.I have a requirement for a database on an lpc1788. Currently, I have looked at SQLite (http://www.sqlite.org/) and MySQL
(http://www.mysql.com/).But I don’t know how much they are comfortable with micro controller( lpc1788).
Does anyone have any other suggestions?Does any one know any other database which is generally used for lpc micro controller.
Does anyone have any comments on either of these two regarding
performance (specifically SELECT speeds and memory footprint)?
Any pointers appreciated!

rahimoval wrote on Thursday, July 02, 2015:

Hi,
ITTIA DB (http://www.ittia.com/) looks promising, but it is commersial. It has a small memory footprint (minimal size 150 KB). Get more information from the product homepage. They deliver a simple demo phonebook example also
Regards,
Shuhrat

nileshtha wrote on Friday, July 03, 2015:

Hi,
Thanks for the reply.I will go through this link.