public
Description: JDBC Implementation for Java
Homepage: http://rollingwithcode.com
Clone URL: git://github.com/fellix/couchdb-j.git
fellix (author)
Fri Mar 13 17:58:25 -0700 2009
commit  00327fc5a64bf1d19f5081e054a8dbd2cb8e530b
tree    222f333cfa0385e11601cf9f96307b6e8865c8f0
parent  5dc51a4c8d9b4eff485ddbd87dbd054ec8218ff4
name age message
file .gitignore Loading commit data...
file LICENSE
file README.markdown
file pom.xml
directory src/
README.markdown

CouchDB Connector J

Java JDBC API implementation to connect to the CouchDB servers

Requirements

  • Java 1.6
  • Maven 2 (Build and Compile)
  • Apache Http Core Components
  • CouchDB Server

Supported Data Types

The data types is the data types supported by the JSON

  • Long
  • Integer
  • String
  • Object
  • Double
  • JSON Arrays can be used in the Object type

TODO

  • Add Insert and Update the database
  • Finish the CouchDataBaseMetaData
  • Implements the CouchPreparedStatment
  • Supports JPA (Future releases)