DbSchema is a Derby ER diagram database designer and query tool. Using DbSchema, you can design and document Derby databases while connected to the database server or without a connection.
Next, you can share the design with the team using Git. The design model loaded in DbSchema can be compared with the database, synchronization scripts can be generated, and the schema can be deployed to any database server.
Choose "Connect to the database" or "New Model Connected to the Database" will let you select your database and open the Connection Dialog.
DbSchema automatically downloads the JDBC driver to connect to your database.
In the Connection Dialog window, select the JDBC URL you want to connect with. If your database is running in the cloud, choose Edit Manually and insert the JDBC URL from the cloud console.
Enter the host name, the authentication details, select your database as described in the Connection Dialog page.
Derby database may run in two modes:
For this you need two files from the Oracle web site. There are a set for each major version of Java. Look on Oracle website for "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files"
You should copy the US_export_policy.jar and local_policy.jar files into the Java jre\lib\security folder. Look for currently used Java in DbSchema Help / About dialog.
You can find the files on this page for JDK/JRE 8. It's a ways down the page and you have to click the Download link to get the files. http://www.oracle.com/technetwork/java/javase/downloads/