Skip to content
Michael Forman edited this page Oct 16, 2017 · 1 revision

Welcome

The 6nf catalog helps you build robust sixth normal form (6NF) relational databases using a metadata catalog and a collection of generators to create the DDL.

Why 6NF

What this tool creates

Once you have created a schema file, the generators will create many different objects for you:

  • Tables to store the current and historical versions of all attribute values
  • Unique, Default, Primary Key, and Foreign Key constraints
  • Insert / Update / Delete Functions
  • Custom table types
  • Versioned views to provide 3NF objects to consuming applications
Clone this wiki locally