mongodb-jdbc-driver icon indicating copy to clipboard operation
mongodb-jdbc-driver copied to clipboard

MongoDB JDBC Driver | DbSchema MongoDB Management GUI

Results 3 mongodb-jdbc-driver issues
Sort by recently updated
recently updated
newest added

Download JDBC Driver Binary Distribution URL is invalid ? (http://www.dbschema.com/jdbc-drivers/MongoDbJdbcDriver.zip)

Hi, when I first use this driver,an error happened like this: ``` java.lang.IllegalArgumentException: Could not find option with name engine.WarnInterpreterOnly. at com.oracle.truffle.polyglot.PolyglotEngineException.illegalArgument(PolyglotEngineException.java:130) at com.oracle.truffle.polyglot.OptionValuesImpl.failNotFound(OptionValuesImpl.java:283) at com.oracle.truffle.polyglot.OptionValuesImpl.failNotFound(OptionValuesImpl.java:263) at com.oracle.truffle.polyglot.OptionValuesImpl.findDescriptor(OptionValuesImpl.java:240) at com.oracle.truffle.polyglot.OptionValuesImpl.put(OptionValuesImpl.java:142)...

Does this driver support SSL? If so, then how can we pass it the cert? for example: `jdbc_connection_string => "jdbc:mongodb://user:password@localhost:27017/testDb?authMechanism=DEFAULT&tls=true&tlsCAFile=/home/ca-bundle.pem"` but this doesn't work. Is there any other way?