Changes between Version 2 and Version 3 of Docs/825gen2/Dev/Database/SQLite
- Timestamp:
- 11/10/23 09:47:15 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Database/SQLite
v2 v3 1 ==== SQLite ==== 2 3 sqlite3 1 ==== SQLite3 ==== 4 2 5 3 Apps may be compiled with SQLite library linked statically as previous 825 apps were. 6 4 7 The SQLite library module is also provided in the 825gen2 /usr/lib directory. This allows applications to link to SQLite dynamically. 5 The SQLite library module is also provided in the 825gen2 /usr/lib directory. This allows applications to link to SQLite dynamically. This is the preferred way for new applications to use SQLite. 8 6 9 7 {{{