Sqlite in Linux

Hi,
I am using Colibri iMX6 DualLite 512MB V1.1A with Colibri Evaluation Board V3.2B with Linux 2.8 provided by Toradex. We plan to store some data in database. For that, we are planning to use SQLite. I have referred this link for that.

It is more about the programming part. Before that, is there any SQLite server software to be installed in the Toradex board? Or any modifications I have to do in the OS side to use SQLite in Linux.

Thank You!

Hi @goofy

As explained in the following answer, SQL is an embedded database engine which works without any server. You just need to install sqlite3 using opkg install sqlite3.

Best regards,
Jaski