reneeb / MySQL-Workbench-DBIC

create DBIx::Class files for er models designed with MySQL workbench
1 stars 2 forks source link

As a developer I search information if MySQL-Workbench-DBIC supports creating views #14

Open mario-minati opened 4 years ago

mario-minati commented 4 years ago

Does MWD support creating views?

reneeb commented 4 years ago

Not yet. I'm working on it.

reneeb commented 4 years ago

This means Yak shaving ;-)

Part 1: https://github.com/dbsrgits/sql-translator/pull/128 Part 2: https://github.com/reneeb/MySQL-Workbench-Parser/tree/14_support_views Part 3: wip

mario-minati commented 4 years ago

Thanks :-)

reneeb commented 4 years ago

Can you test the code available in the 14_handle_views branch before I release a new version?

https://github.com/reneeb/MySQL-Workbench-DBIC/tree/14_handle_views

(you need to upgrade to MySQL::Workbench::Parser 1.10 first)