SQLite
From ArmadeusWiki
Installation
$ make menuconfig
... Target packages ---> ... Libraries ---> ... Database ---> ... [*] sqlite
- rebuild your rootfs:
$ make menuconfig
- and the reflash it on your SOM.
Usage
sqlite3 shell command is available to create/fill/interrogate databases. Some examples are given here: [1]