Changes between Version 32 and Version 33 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
10/24/25 10:41:39 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v32 v33  
    33[[TOC(inline, depth=1, noheading, Docs/Prog/Manual/ApplicationLibraries/lib825db/CDB)]]
    44
    5 lib825db provides a base class CDB and inherited class CDBSQLite and CDBMySQL to facilitate apps being able to use common code for SQLite and MySQL databases.
     5lib825db provides a base class CDB and inherited classes CDBSQLite and CDBMySQL to facilitate apps being able to use common code for SQLite and MySQL databases.
    66
    77Most of our existing apps using SQLite use the C++ wrapper code namespace sq3 provided by libsql, libsql3_7_9, or lib825sql. To edit this code to use lib825db instead is fairly simple.