https://github.com/fbiville/jdbc-experiments
https://github.com/fbiville/jdbc-experiments
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/jdbc-experiments
- Owner: fbiville
- License: apache-2.0
- Created: 2022-12-27T10:48:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:31:55.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:27:02.541Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JDBC experiments
## Prerequisites
- [Maven](https://maven.apache.org/download.cgi)
- [JDK 17](https://www.azul.com/downloads/?version=java-17-lts&package=jdk)
- [Docker](https://docs.docker.com/get-docker/)
## JDBC Bolt 5.x with Neo4j 5
```shell
mvn --quiet --also-make --projects neo4j-5 compile exec:java
```
If you see anything other than 42, then something is wrong.
Please [open an issue](https://github.com/fbiville/jdbc-experiments/issues/new).
## JDBC Bolt 4.x with Neo4j 4.4
```shell
mvn --quiet --also-make --projects neo4j-44 compile exec:java
```
If you see anything other than 42, then something is wrong.
Please [open an issue](https://github.com/fbiville/jdbc-experiments/issues/new).