Giter VIP home page Giter VIP logo

dbnormalizer's Introduction

DBNormalizer

DB normalizer project DMKM

Following features:

  • Import of database schemes (metadata) from a database instance; if no database connection is available, relational schemes may be prompted manually
  • Specification and editing of functional dependencies (FDs)
  • Testing if a given set of FDs is satisfied in a database table (only if a database connection is available)
  • Computation of a minimal cover
  • Determination of the attribute closure for a given attribute set
  • Calculation of all candidate keys
  • Normal Form (NF) testing from 1NF up to BCNF; FDs which violate a certain NF are reported to the user Generation of a normalization proposal: synthesis of relations in 3NF is guaranteed; BCNF synthesis may be possible. Normalization includes computation of:
    • the new relations
    • functional dependencies for the new relations
    • all candidate keys for the new relations
    • foreign key dependencies between the new relations
    • normal forms of the new relations (3NF or BCNF)
    • If a database connection is established, a SQL script for database transformation is created. This script includes
    • DDL statements to create the new tables
    • DML statements to migrate data from the old table to the new tables
    • DDL statements to delete the old table
    • DDL statements to add foreign key and constraints to the new tables
    • DDL statements for view generation to ease the porting of existing database apllications
    • Import and export of FDs and database schemes as XML files
    • Import of FDs, automatically retrieved from a database

dbnormalizer's People

Contributors

gabrielahrlr avatar mariasl avatar bmharsha avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.