Skip to content

Instantly share code, notes, and snippets.

View ChristianCooper's full-sized avatar

Christian Cooper ChristianCooper

View GitHub Profile
@ChristianCooper
ChristianCooper / SchemaverseExample.java
Created August 25, 2012 15:01
Example for connecting to schemaverse using Java
import java.sql.*;
/**
* Example Java Schemaverse connection, query and close.
* Assumes that you have org.postgresql.Driver on your path
*/
public class SchemaverseExample {
public static void main(String[] args) throws Exception {
// Force a load of the JDBC driver into the Driver manager