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
SQL Flow handles automatically
The software does the migration work.
- SQL Flow selects provider-aware reading, type handling, and loading behavior.
- Supported capabilities and prerequisites are matched to the chosen database.
- Database-specific differences are applied without rebuilding the migration.
You choose
Keep control of the decisions that matter.
- Choose the source and target database.
- Select among available full-load and CDC modes.
- Choose type mappings and target creation policy.