diff --git a/README.md b/README.md index 1a9c925a..7dcf01b4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This repository contains a standards-compliant JDBC driver for Polypheny-DB. +- Load the driver `org.polypheny.jdbc.Driver`, for example via + ``` + Class.forName( "org.polypheny.jdbc.Driver" ); + ``` +- Use the connection URL `jdbc:polypheny://localhost/` to connect to [Polypheny-DB](https://github.com/polypheny/Polypheny-DB). ## Roadmap ## See the [open issues](https://github.com/polypheny/Polypheny-JDBC-Driver/issues) for a list of proposed features (and known issues). @@ -18,4 +23,4 @@ This JDBC Driver is based on [Apache Avatica](https://calcite.apache.org/avatica ## License ## -The Apache 2.0 License \ No newline at end of file +The Apache 2.0 License