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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 09 14:24:16 -0700 2009 | |
| |
LICENSE | Tue Mar 10 03:29:32 -0700 2009 | |
| |
README.markdown | Fri Mar 13 17:19:52 -0700 2009 | |
| |
pom.xml | Fri Mar 13 17:58:25 -0700 2009 | |
| |
src/ | Fri Mar 13 17:58:25 -0700 2009 |
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)







