Changes between Version 1 and Version 2 of Docs/825gen2/Dev/Database/SQLite
- Timestamp:
- 11/10/23 09:46:13 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Database/SQLite
v1 v2 1 1 ==== SQLite ==== 2 3 sqlite3 4 5 Apps may be compiled with SQLite library linked statically as previous 825 apps were. 6 7 The SQLite library module is also provided in the 825gen2 /usr/lib directory. This allows applications to link to SQLite dynamically. 8 9 {{{ 10 root@imx8mq-var-dart:/usr/lib# ls -l /usr/lib/libsql* 11 lrwxrwxrwx 1 root root 19 Mar 9 2018 /usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 12 -rwxr-xr-x 1 root root 1155088 Mar 9 2018 /usr/lib/libsqlite3.so.0.8.6 13 }}}