JDBC Driver for CouchDB
Hi to all,
I'm newer in the forums, sorry if this is a wrong location to this topic.
I've created an JDBC implementation for CouchDB driver, this implementantation is in alpha, and not have any releases, but the code is avaliable in the github( https://github.com/fellix/couchdb-j/tree ), You need the Git to download the code.
The driver uses the Commons Http 3.1 to make the request to the CouchDB, and for Java Programmers, this change only the SQL Sintax, You use PUT instead INSERT.
If you can help, send me a message.
regards