Skip to content

Commit

Permalink
Merge pull request #7 from polypheny/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti authored Mar 5, 2020
2 parents b2fdfa2 + 6d048ff commit 2fdf9b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -18,4 +23,4 @@ This JDBC Driver is based on [Apache Avatica](https://calcite.apache.org/avatica


## License ##
The Apache 2.0 License
The Apache 2.0 License

0 comments on commit 2fdf9b7

Please sign in to comment.