Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 517 Bytes

README.markdown

File metadata and controls

28 lines (20 loc) · 517 Bytes

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)