Outils pour utilisateurs

Outils du site


issue73:network_settings

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

issue73:network_settings [2013/06/06 16:40] – créée andre_domenechissue73:network_settings [2013/06/06 16:41] (Version actuelle) andre_domenech
Ligne 1: Ligne 1:
 +Titre :
 +Store Data Safely: An Intro To SQLite
 +
 There are basically two ways in which we can store data on disk. Historically, we had to set up a number of files. It was necessary for each program to issue reads and writes at the file level, in the correct manner, to ensure that the “database” was maintained in a correct state—so this was a kind of “database” but it had to be re-invented for each major application. The database was effectively hard-coded into the software, and a small change to the database could potentially require massive programming effort. There are basically two ways in which we can store data on disk. Historically, we had to set up a number of files. It was necessary for each program to issue reads and writes at the file level, in the correct manner, to ensure that the “database” was maintained in a correct state—so this was a kind of “database” but it had to be re-invented for each major application. The database was effectively hard-coded into the software, and a small change to the database could potentially require massive programming effort.
  
issue73/network_settings.1370529641.txt.gz · Dernière modification : 2013/06/06 16:40 de andre_domenech