public
Description: JDBC Implementation for Java
Homepage: http://blog.rollingwithcode.com
Clone URL: git://github.com/fellix/couchdb-j.git
name age message
file .gitignore Mon Mar 09 14:24:16 -0700 2009 Initial Commit [root]
file LICENSE Tue Mar 10 03:29:32 -0700 2009 Added License file [root]
file README.markdown Fri Mar 13 17:19:52 -0700 2009 Created the execute(String sql) in the Statemen... [fellix]
file pom.xml Fri Mar 13 17:58:25 -0700 2009 Started the JUnit tests for the library [fellix]
directory src/ Fri Mar 13 17:58:25 -0700 2009 Started the JUnit tests for the library [fellix]
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)