wok view sqlite/description.txt @ rev 25470

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 10:48:59 2022 +0000 (19 months ago)
parents
children
line source
1 SQLite is a C-language library that implements a small,
2 fast, self-contained, high-reliability, full-featured,
3 SQL database engine.
4 SQLite is the most used database engine in the world.
5 SQLite is built into all mobile phones and most computers
6 and comes bundled inside countless other applications
7 that people use every day.
9 The SQLite file format is stable, cross-platform, and
10 backwards compatible and the developers pledge to keep
11 it that way through the year 2050.
12 SQLite database files are commonly used as containers to
13 transfer rich content between systems and as a long-term
14 archival format for data.
15 There are over 1 trillion (1e12) SQLite databases in
16 active use.