wok diff sqlite/description.txt @ rev 25533
nfs-utils: made stop and restart working in /etc/init.d/nfsd
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 28 14:41:52 2023 +0100 (20 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sqlite/description.txt Tue Feb 28 14:41:52 2023 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +SQLite is a C-language library that implements a small, 1.5 +fast, self-contained, high-reliability, full-featured, 1.6 +SQL database engine. 1.7 +SQLite is the most used database engine in the world. 1.8 +SQLite is built into all mobile phones and most computers 1.9 +and comes bundled inside countless other applications 1.10 +that people use every day. 1.11 + 1.12 +The SQLite file format is stable, cross-platform, and 1.13 +backwards compatible and the developers pledge to keep 1.14 +it that way through the year 2050. 1.15 +SQLite database files are commonly used as containers to 1.16 +transfer rich content between systems and as a long-term 1.17 +archival format for data. 1.18 +There are over 1 trillion (1e12) SQLite databases in 1.19 +active use.