Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825sql


Ignore:
Timestamp:
01/20/26 15:55:11 (5 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825sql

    v2 v3  
    11= Library for SQLite C++ wrapper   (lib825sql) =
    22
    3 lib825sql provides the C++ wrapper for SQLite that is also provided in libsql3_7_9 and libsql. lib825sql only provides the C++ wrapper code and not the static SQLite library. This allows 825 Gen2 projects to use the dynamically linked SQLite library that is much more up-to-date.
     3lib825sql provides the C++ wrapper for SQLite that is also provided in legacy libsql3_7_9 and libsql libraries. lib825sql only provides the C++ wrapper code and not the static SQLite library. This allows 825 Gen2 projects to use the dynamically linked SQLite library that is much more up-to-date.
    44
    55For new projects it is recommended to use lib825db instead of lib825sql.