Coder Social home page Coder Social logo

workbenchscripts's Introduction

Useful Scripts for MysqlWorkbench

Plugins for MySQLWorkbench 8.x

You can open sakila.md to check sample output for Markdown and HTML format.

Markdown Format report schema

MarkdownSchemaReportWB.py tested on version 8.0.23

Sample output

Install Plugin

HTML Format report schema

HTMLSchemaReportWB8.py tested on version 8.0.23

Sample output

Install Plugin

Plugins for MySQLWorkbench 6.x

HTMLSchemaReport.py was tested on MysqlWorkbench version 6.3 Note this will not work on MysqlWorkbench 8.x

Installing Plugins

To Install the plugin go to Scripting / Install Plugin/Module then select HTMLShemaReport.py file and restart MySQL Workbench Install Plugin

Generatig reports

Open your model and go to Tools / Catalog and select "Database schema in HTML format" and provide a file name in save dialog. Install Plugin

Once document has been generated you will see following message:

Install Plugin

Then open your HTML document and see the report: Install Plugin

Finally I want to thank all readers for their contributions, specially to Rodrigo Schmidt who started script python.

References http://tmsanchezdev.blogspot.com/2015/03/html-report-from-mysqlworkbench-6x.html

Generating a script for FirebirdSQL from MySQLWorkbench 6.x

MySQLWorkbench allows to design database model easily and also provides an option to generate the SQL script. By default script is generated for MySQL, but, what if you need to generate a SQL script for FirebirdSQL?.

Using Python you cand create custom plugins to access to model properties (table and columns definitions for example) please visit this link for more info Scripting and Plugin Development

So, I decided to write a plugin to generate a SQL Script for FirebirdSQL. My goal it's just to show how can we access to schemas, tables and columns properties using classes already defined by MySQLWorkbench.

Running FBScript


You can read more at http://tmsanchezdev.blogspot.mx/2017/04/generating-script-for-firebirdsql-from.html

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.