Personal tools
You are here: Home VSR Private Pilot Projects sqlite: An open source database system

sqlite: An open source database system

Document Actions
last edited 2 years ago by shankar

sqlite is a lightweight, open source database system for embedded use. sqlite supports the SQL language with manifest typing (as opposed to static typing) and an ACID model (atomic, consistent, isolated, durable). Multiple threads can access the database, but locking is applied to the whole database. The source code consists of about 60,000 lines of heavily commented C.

« December 2008 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
What's up ?
Be notified when a document is published in this folder or below.
 

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: