tree: ffe57c90ec4d38c451e54612de2e2f736c4ba193 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
jdbc/README.md

Jdbc api

jclouds-jdbc is a storage api for relational databases. It is implemented using Guice Persist and JPA, so the user must provide an entity manager and a persistence.xml file with the required data source. An example of the persistence.xml can be found here.

Running the tests

Jdbc tests set up an embedded database and run the tests against it. To run the tests you can use this command.

mvn test

You can also run the integration tests with

mvn integration-test