Différences
Ci-dessous, les différences entre deux révisions de la page.
| |
issue73:network_settings [2013/06/06 16:40] – créée andre_domenech | issue73:network_settings [2013/06/06 16:41] (Version actuelle) – andre_domenech |
---|
| 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. |
| |