/couchdb-j

JDBC Implementation for Java

Primary LanguageJavaApache License 2.0Apache-2.0

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)