NuoDB

NuoDB is a cloud-bative 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:
bigint
integer (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:
binary
variable binary (varbinary, binary varying)
Date/Time:
date
time
timestamp
Large objects:
blob (bytes)
character large object (clob, char large object, nchar large object, nclob, text)
string
Other:
boolean