MonetDB Connection Help
RazorSQL does not ship with the MonetDB JDBC driver, but it has an auto-install process that will automatically download the driver for you. Once that driver has been downloaded, users can connect to MonetDB. See the information below for more details.
Connecting to MonetDB via JDBC
To connect to a MonetDB database, select the JDBC (MonetDB Driver) connection type from the connection type list. Enter any login information if applicable, and then enter the host or ip address of the MonetDB database server. If the port is not listening on the default port of 50000, enter the port number also. You can also enter an optional parameter of the name of the database you would like to connect to.
Manual MonetDB JDBC Information
If manually configuring your connection, see the below for the driver class and JDBC URL format
to use:
Driver Class: nl.cwi.monetdb.jdbc.MonetDriver
JDBC URL Format: jdbc:monetdb://host:port/database_name