Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/Database/SQLite


Ignore:
Timestamp:
08/14/26 07:06:59 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/Database/SQLite

    v6 v7  
    33
    44== About SQLite ==
    5 The Cardinal 825 comes fully equipped with an open source relational database known as SQLite. SQLite is a software library that implements a [http://sqlite.org/selfcontained.html self-contained], [http://sqlite.org/serverless.html serverless], [http://sqlite.org/zeroconf.html zero-configuration], [http://sqlite.org/transactional.html transactional] SQL database engine. SQLite is the [http://sqlite.org/mostdeployed.html most widely deployed] SQL database engine in the world. The source code for SQLite is in the [http://sqlite.org/copyright.html public domain]. SQLite is used by companies such as Adobe, Bloomberg, mozilla, symbian, Skype, and Google (Android OS).
     5The Cardinal 825 comes fully equipped with an open source relational database known as SQLite. SQLite is a software library that implements a [https://sqlite.org/selfcontained.html self-contained], [https://sqlite.org/serverless.html serverless], [https://sqlite.org/zeroconf.html zero-configuration], [https://sqlite.org/transactional.html transactional] SQL database engine. SQLite is the [https://sqlite.org/mostdeployed.html most widely deployed] SQL database engine in the world. The source code for SQLite is in the [https://sqlite.org/copyright.html public domain]. SQLite is used by companies such as Adobe, Bloomberg, mozilla, symbian, Skype, and Google (Android OS).
    66
    77== SQLite Library (libsql) ==