Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Database/SQLite
- Timestamp:
- 01/23/24 14:38:47 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Database/SQLite
v6 v7 10 10 -rwxr-xr-x 1 root root 1155088 Mar 9 2018 /usr/lib/libsqlite3.so.0.8.6 11 11 }}} 12 13 A new library **lib825sql** is provided that provides the only the C++ wrapper functions provided in the previously used static libraries libsql or libsql3_7_9. This library is recommended for new apps that use the C++ wrapper code. This will allow the more up-to-date shared libsqlite3.so code to be used in the app.