dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

Implement support for CouchDB #20

Open dadrus opened 7 years ago

dadrus commented 7 years ago

Implement an extension to JPA-Unit which supports all the JPA-Unit tools with CouchDB.

The idea is to be able to use JPA providers, which support NoSQL databases, thus to be able to reuse (to a certain extent) existing code and test implementation when switching between different data base types or when using different types of data bases (polyglot persistence) in one project.

CouchDB seems to be supported by following JPA provider: