NexusDB

NexusDB

NexusDB is a database engine by NexusDB Pty Ltd. It’s designed for Delphi as a fast embedded or client/server database engine, but has recently been updated to support Microsoft .NET platform. Source code is available as an option.

NexusDB implements SQL:2003 support and is intended as a replacement for local file-based databases and Borland Database Engine (notorious for bulk and bugs). Even when used as an embedded database, NexusDB internally preserves client/server architecture and supports transactions.

Full Convert supports NexusDB database directly.

NexusDB data types we support

Integral

bigint (largeint), dword (autoinc, recrev), int (integer), shortint, smallint, smallint (word), tinyint (byte)

Decimal

decimal (numeric, dec), double (real, double precision, extended), float, money

Text

char (character, singlechar), clob (text, character large object, char large object), nchar (national character, national char, nsinglechar), nchar varying (national character varying, national char varying, nvarchar), nclob (national character large object, nchar large object), varchar (shortstring, nullstring, character varying, char varying)

Date/Time

date, datetime, time, timestamp

Large objects

blob (image, binary large object, bytearray), clob (text, character large object, char large object), nclob (national character large object, nchar large object)

Other

boolean (bool), guid

Export NexusDB database

It may make sense to migrate your data away from NexusDB. You may want to do it permanently or just need to share your tables with a collague in a different format.

We will copy all your tables with their data and apply indexing and relationships exactly as they are in your current NexusDB database. In a nutshell, you get exactly the same database in another database engine. Each time you run the migration, we will copy all the tables again. Of course, we have a built-in scheduler, so you can run this overnight and have a fresh database copy in the morning.

Take a look at the quick tutorials below to see how it's done.

Import data into NexusDB database

Additionally, if you want to import data on a regular basis and do not want to recreate the whole target database from scratch every time, but rather do tiny targeted sync of only changes since the last run, please use Full Convert Pro or Ultimate.

Take a look at the quick tutorials below to see how it's done.