Skip to content

Commit

Permalink
Create README.md (#4)
Browse files Browse the repository at this point in the history
* Create README.md

Signed-off-by: TennyZhuang <[email protected]>

* Update README.md

Signed-off-by: TennyZhuang <[email protected]>

Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang authored Nov 15, 2022
1 parent 2262139 commit b5b3488
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# sqllogictest-driver-jdbc

JDBC driver for [sqllogictest-rs](https://github.com/risinglightdb/sqllogictest-rs).

sqllogictest-rs is under active development, so only the latest version is supported.

## Build and run

Build and package the driver:

```sh
mvn package
```

Run with sqllogictest-rs:

```sh
EXTERNAL_ENGINE_COMMAND_TEMPLATE="java -cp ./target/sqllogictest-jdbc-runner-1.0-SNAPSHOT-jar-with-dependencies.jar com.risingwave.sqllogictest.App jdbc:postgresql://{host}:{port}/{db} {user}"
sqllogictest --engine=external --user=root --db=dev --port=4566 [slt]
```

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Contributors should add a Signed-off-by line for [Developer Certificate of Origin](https://github.com/probot/dco#how-it-works) in their commits. Use git commit -s to sign off commits.

0 comments on commit b5b3488

Please sign in to comment.