This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 00327fc5a64bf1d19f5081e054a8dbd2cb8e530b
tree 222f333cfa0385e11601cf9f96307b6e8865c8f0
parent 5dc51a4c8d9b4eff485ddbd87dbd054ec8218ff4
tree 222f333cfa0385e11601cf9f96307b6e8865c8f0
parent 5dc51a4c8d9b4eff485ddbd87dbd054ec8218ff4
| 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)








