Changes between Version 1 and Version 2 of Docs/825gen2/Dev/Database/SQLite


Ignore:
Timestamp:
11/10/23 09:46:13 (13 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Database/SQLite

    v1 v2  
    11==== SQLite ====
     2
     3sqlite3
     4
     5Apps may be compiled with SQLite library linked statically as previous 825 apps were.
     6
     7The SQLite library module is also provided in the 825gen2 /usr/lib directory. This allows applications to link to SQLite dynamically.
     8
     9{{{
     10root@imx8mq-var-dart:/usr/lib# ls -l /usr/lib/libsql*
     11lrwxrwxrwx 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}}}