fellix / couchdb-j
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.markdown | ||
| |
pom.xml | ||
| |
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)

