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

How do i save the generated .sql script? #290

Closed ganeshkbhat closed 4 years ago

ganeshkbhat commented 4 years ago

How do i save the generated .sql script? I have followed the steps and unable to save. How do i do it? May be i am missing something

ondras commented 4 years ago

How do i save the generated .sql script? I have followed the steps and unable to save. How do i do it? May be i am missing something

You use the clipboard to copy/paste it into a file of your choice :-)

ganeshkbhat commented 4 years ago

What are the PHP files in the Backend folder for? I haven't been able to figure out the save and load button in the www designer :-) I am sure the Backend works but seems like there are too many dependencies put separately

ondras commented 4 years ago

What are the PHP files in the Backend folder for?

For server-side saving, loading and importing.

I haven't been able to figure out the save and load button in the www designer :-) I am sure the Backend works but seems like there are too many dependencies put separately

You need to have a working server-side setup for this -- a webserver, a PHP installation and a database.