Amazon Aurora support

21st December, 2017
Applies to: Dataedo 5.x versions, Article available also for: 10.x (current), 9.x, 8.x, 7.x, 6.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Supported Amazon Aurora databases

Versions: 5.6

Supported schema elements and metadata

Dataedo reads following metadata from Amazon Aurora databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
      • Generated column formula
    • Primary keys
      • Columns
    • Unique indexes
      • Column
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters
  • Functions
    • Script
    • Parameters
    • Returned value

Comments

Dataedo reads Amazon Aurora comments from following objects:

  • Tables
    • Columns
    • Primary keys
    • Unique indexes
  • Views
    • Columns
  • Procedures
  • Functions

Dataedo does not write comments back to Amazon Aurora.

Limitations

Following schema/metadata elements currently are not supported:

  • Check constraints (vote)
  • Non unique indexes (vote)
  • Dependencies - not presented by Amazon Aurora

Connection:

  • SSL connection is currently not supported
Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.