Editor ER diagramů
ER-diagrams editor
bachelor thesis (DEFENDED)
View/ Open
Permanent link
http://hdl.handle.net/20.500.11956/8522Identifiers
Study Information System: 43840
Collections
- Kvalifikační práce [11242]
Author
Advisor
Referee
Hoksza, David
Faculty / Institute
Faculty of Mathematics and Physics
Discipline
Programming
Department
Department of Software Engineering
Date of defense
2. 2. 2007
Publisher
Univerzita Karlova, Matematicko-fyzikální fakultaLanguage
Czech
Grade
Good
Tato práce popisuje implementaci editoru ER diagramů, programu pro výuku konceptuálního modelování. Program nazvaný ER editor umožňuje nakreslení ER diagramu a jeho převedení na SQL skript pro vytvoření schématu databáze, která diagramu odpovídá. Nástroj je schopen také reverzního inženýringu, tj. vygenerování ER diagramu podle SQL skriptu. Před oběma převody program verifikuje korektnost diagramu, resp. skriptu. V práci jsou popsány algoritmy použité při převodu ER diagramu na SQL skript a při zpětném inženýringu, včetně způsobu rozvržení diagramu na ploše. Mimo jiné zde nechybí srovnání s podobnými nástroji.
The present work describes the implementation of an ER diagram editor, which is meant to help with conceptual modeling learning. The program called ER editor enables users to draw ER diagrams and generate accordant SQL scripts for database creation. This tool can reverse engineer an SQL script as wall. Before generating both ER diagram and SQL script, the source sript/diagram is verified. The work also describes the theoretical priciples of SQL script generation and reverse engineering, including the layout of diagram on canvas. It also features a comparison of the implemented program with similar programs, and other information.