Changes between Version 61 and Version 62 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
11/25/25 09:29:35 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DevVMTechnical

    v61 v62  
    9797(*** Preliminary - Most apps are not yet using this. The first app using this is the setup app ***)||
    9898||lib825sql||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825sql/trunk New apps wanting to use C++ wrapper functions for sqlite should use this instead of libsql3_7_9 or libsql. This library provides the C++ wrapper but does not have sqlite3 static code included. Apps using this will use /usr/lib/libsqlite3.so library dynamically loaded. This is a much more current version of sqlite3.||
    99 ||lib825db||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825db/trunk New apps wanting to use C++ wrapper functions for sqlite should use this instead of libsql3_7_9 or libsql. This library provides the C++ wrapper but does not have sqlite3 static code included. Apps using this will use /usr/lib/libsqlite3.so library dynamically loaded. This is a much more current version of sqlite3.||
     99||lib825db||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825db/trunk Wrapper code to allow apps to use common code for SQLite and MySQL. Apps may add a configuration screen to select database type and settings. App startup code can then open the database based on the settings. This may become a replacement for lib825sql for new app development.||
    100100||lib825||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825/trunk Library for old style application compatibility. Should not be used for new applications||
    101101||libapp||http://tech.825spectrum.com/svn/arm825beta/libraries/libapp/trunk Library for old style application compatibility. Should not be used for new applications||