项目作者: hibernate

项目描述 :
Hibernate OGM integration with CouchDB
高级语言: Java
项目地址: git://github.com/hibernate/hibernate-ogm-couchdb.git
创建时间: 2017-05-10T11:54:19Z
项目社区:https://github.com/hibernate/hibernate-ogm-couchdb

开源协议:GNU Lesser General Public License v2.1

下载


Hibernate OGM CouchDB

Version: 5.2.0.Alpha1 - 07-09-2017

Archived

Hibernate OGM has not been kept up to date with the latest Hibernate ORM versions and is not maintained anymore. If community members have interest in maintaining it, please contact us.

Description

This project integrates Hibernate OGM with CouchDB.

For running the tests in the couchdb module, an installed CouchDB server is required. Specify its host name by
setting the environment variable COUCHDB_HOSTNAME prior to running the test suite:

  1. export COUCHDB_HOSTNAME=couchdb-machine

If this variable is not set, the couchdb module still will be compiled and packaged but the tests will be skipped.
If needed, the port to connect to can be configured through the environment variable COUCHDB_PORT.

License

This software and its documentation are distributed under the terms of the
FSF Lesser Gnu Public License (see license.txt).