fellix / couchdb-j

JDBC Implementation for Java

This URL has Read+Write access

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)