ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

My version of wwwsqldesigner, written by using vue #265

Closed shaci closed 3 years ago

shaci commented 6 years ago

Hello. A few months ago i decided to learn vue, and i created demo version of your application, written by using this framework. Here is example of XML import/export between applications (between wwwsqldesigner and vuesqldesignerfrontend) - https://www.youtube.com/watch?v=3QM7X9GZpBQ&feature=youtu.be

If it's interesting front-end part of application - https://github.com/shaci/vuesqldesignerfrontend server part of application -https://github.com/shaci/vuesqldesignerserver

Steps to run are described in README.md (https://github.com/shaci/vuesqldesignerfrontend)

(It is my first application, written by using VUE and i did not use VUEX, for example. )