NuoDB
NuoDB is a cloud-native distributed database. It is able to scale horizontally without sharding, simply by increasing the number of nodes.
NuoDB runs on AWS, Google Cloud, Azure, and Red Hat.
We support NuoDB via ODBC. You will need to have appropriate ODBC driver installed for our software to be able to connect to your NuoDB database.
NuoDB data types we support
Integral:
bigintinteger (int)smallint
Decimal:
decimal (numeric, number)double (float)
Text:
character (char, character varying, varchar, national character, nchar, national char, national character varying, national char varying)character large object (clob, char large object, nchar large object, nclob, text)string
Binary:
binaryvariable binary (varbinary, binary varying)
Date/Time:
datetimetimestamp
Large objects:
blob (bytes)character large object (clob, char large object, nchar large object, nclob, text)string
Other:
boolean