Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 06:54:03 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v3 v4 3 3 [[TOC(inline, depth=1, noheading, Docs/Prog/Manual/ApplicationLibraries/lib825db/CDB)]] 4 4 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. 6 7 Most 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. 8 9 ||legacy||lib825db||description|| 10 ||database db;||CDB* appDB = nullptr;||Global instance for database object|| 11 12
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)