CUBRID Database Schema
CUBRID Database Schema is a tool developed in PHP which can "reverse-engineer" a CUBRID database definition and create the SQL commands script for any of the the database objects. It can export the definitions of: tables, views, triggers, stored procedures/functions and serials.
This application is capable of analysing the inter-dependencies between objects and output the script definitions in the correct order. The generated scripts can be used to duplicate/recreate the database structure. Moreover, the tool can be used to export tables data in CSV file format.
Download
You can download CUBRID Database Schema from http://code.google.com/p/cubrid-database-schema/downloads/list.
Contribute
Tutorials
Getting Help
If you experience any difficulties with working in CUBRID Database Schema post your issues to CUBRID Database Schema Issue Tracker.
