Users online right now: 662 - LoginLanguage: en, more , translate

Sqlite 3.5.9

Warning: This module is not verified yet and thus it is not recommended to use it. Do not trust it until it is reviewed. That can take several days or even months, so please be patient.
Sqlite 3.5.9
Uploaded by Thor
File size: 500 KB

develop
download
add to build
activate

SQLite is a mostly ACID-compliant relational database management system contained in a relatively small (~500kb) C programming library.

Unlike client-server database management systems, the SQLite engine is not a standalone process with which the program communicates. Instead, the SQLite library is linked in and thus becomes an integral part of the program. The program uses SQLite's functionality through simple function calls, which reduces latency in database access as function calls are more efficient than inter-process communication. The entire database (definitions, tables, indices, and the data itself) is stored as a single cross-platform file on a host machine. This simple design is achieved by locking the entire database file at the beginning of a transaction.

SQLite was created by D. Richard Hipp, who sells training, direct technical support contracts and add-ons such as compression and encryption. The source code for SQLite is in the public domain.

This module requires:
Slax Core 6.1.2

 


list detailed dependencies of this module
browse all modules from this author


Slax is now officially on FaceBook. Do you like Slax? Show yourself, become a fan just right now!