==== SQLite3 ==== Apps may be compiled with SQLite library linked statically as previous 825 apps were. The SQLite library module is also provided in the 825gen2 /usr/lib directory. This allows applications to link to SQLite dynamically. This is the preferred way for new applications to use SQLite. {{{ root@imx8mq-var-dart:/usr/lib# ls -l /usr/lib/libsql* lrwxrwxrwx 1 root root 19 Mar 9 2018 /usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x 1 root root 1155088 Mar 9 2018 /usr/lib/libsqlite3.so.0.8.6 }}}