| 117 | | ||lib825sql||https://tech.825spectrum.com/svn/arm825/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.|| |
| 118 | | ||lib825db||https://tech.825spectrum.com/svn/arm825/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.|| |
| | 117 | ||lib825db||https://tech.825spectrum.com/svn/arm825/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 is the recommended library for database support for new app development.|| |
| | 118 | ||lib825sql||https://tech.825spectrum.com/svn/arm825/libraries/lib825sql/trunk Gen2 SQLite apps may use this C++ wrapper code 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.|| |