Krish Magic-Classes to Database is a tool, that helps user to create Database Script(DDL Script) from classes. This tool takes java classes as input. These class files can be generated from UML class diagram or can be written manually. The tool considers each class file as a table and takes each attribute of a class as a field in a table. The user needs to set size of fields, set whether the field allows null or not for all the fields and choose the primary key for a table. Relationship among tables gets created according to the chosen primary key and the relationship of Java classes. The user can add indexes, database constraints , check declaration and generate script.For more information, please visit www.akcess.in
Features
-Adding, Modifing and Deleting Tables
-Creating Relationship among tables
-Resetting Relationship of a table, that is been used in another table
-Checking Declations in all tables
-Generationg DDL Script
-Adding, Modifing and Deleting the following for a table
-Index
-Check Constraint
-Unique Constraint
-Field
-Identity(Sql Server)