Skip to content

A companion to ADONotebook that provides a JDBC backend

License

Notifications You must be signed in to change notification settings

adamnew123456/jdbcnotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a JDBC backend for the ADONotebook protocol, see that project's page to learn more. This document only covers how to build and run the JDBC server.

Building

Run mvn compile assembly:single to download all the necessary dependencies, compile, and produce a JAR file in the target directory.

Running

Navigate to the target directory and run java -cp "server-xxx-SNAPSHOT-jar-with-dependencies.jar;..." org.adamnew123456.JDBCNotebook.App -j <class-name> <connection-string>.

The <class-name> should be the JDBC driver class of a driver that was included in your classpath.

Options

  • -p port Sets the port that the server listens on (default: 1995)
  • -s keystore store-password key-password Enables SSL, and loads the private key from the given JKS keystore
  • -j class-name connection-string Creates a connection using the given driver class and connection string
  • -P property value Sets connection properties within the driver's properties object. This can be repeated for any number of properties.

About

A companion to ADONotebook that provides a JDBC backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages