Submitting the first set of code for csql.VEN_1REL_1
commit2c385ea064b858fd12b6d0b8b0107684afbc9c75
authorprabatuty <prabatuty>
Sun, 25 Feb 2007 17:27:55 +0000 (25 17:27 +0000)
committerprabatuty <prabatuty>
Sun, 25 Feb 2007 17:27:55 +0000 (25 17:27 +0000)
tree542b70e6211f65021052d8c64480b2ab29a3a0b2
parente24bdd2e739cb71488c07a9d8c8a3882d64a57c5
Submitting the first set of code for csql.
Currently it supports Atomicity, Concurrency, Isolation of the ACID properties.
Only READ REPEATABLE isolation is supported in this version.
It provides C++ lower level database API, using which applications can access
the database. It works in Linux intel and Solaris sparc.
Supports hash index and numeric and string data type.