Configuration of the JDBC driver

 

JDBC Driver class name: com.cloud2db.database.JdbcDriver

JDBC URL: jdbc-cloud2db-generic-profile://?connection-profile=<database-connection-profile>

In the Java code this look like:

Class.forName( "com.cloud2db.database.JdbcDriver" );
java.sql.Connection con = java.sql.DriverManager.getConnection( "jdbc-cloud2db-generic-profile://?connection-profile=<database-connection-profile>" );

Supported Connection Profiles

Cassandra
MongoDB
Redis
Google Bigtable
Google Firestore
Google Memorystore
Google Spanner
Amazon DynamoDB
Amazon DocumentDB
Amazon MemoryDB
Amazon Keyspaces
Azure Tables
Azure CosmosDB
MongoDB with VectorDB Datastax Astra with LLM OpenAI

 

General Connection Profile properties

A property can be set on Connection Profile file.
Property Default value Description
create true/false If the flag has the value "true" then the database in the JDBC URL will be create if it does not exist.
checkconstraints true/false If the flag has the value "true" then the database relational constraints will be checked.
checkObjectExistence true/false If the flag has the value "true" then the database object existance will be checked.


100% pure Java DBMS
Mirror Site