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


Ignore:
Timestamp:
01/20/26 15:53:58 (7 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    33lib825sql 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.
    44
     5For new projects it is recommended to use lib825db instead of lib825sql.