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.87k stars 725 forks source link

Can we use this amazing tool in Google Drive like an application? #264

Open ghost opened 6 years ago

ghost commented 6 years ago

Can we use this amazing tool in Google Drive like an application?

ondras commented 6 years ago

It might be possible.

Google Drive integration is complex, though:

  1. You need a place to host the app. My demo site is not a good place for production hosting.
  2. You need to register the hosted webapp with Google, which is not a trivial process, retrieving some API keys/secrets in the process.
  3. You need to implement saving/loading designs to Google Drive, preferrably using the Drive JS API/SDK.

Only the last part means some actual changes to WWWSQLDesigner's code base.

anatoly314 commented 6 years ago

Hi, I'm trying to turn this app into a service like Pastebin for SQL. The intermediate result you can see here https://dbplanner.site, you can even use it here and browse JS script code to get the idea how can it be done. Right now it works only with Google Oauth 2 but I will implement Facebook/Github Oauth as well. I will polish this project a bit more and publish it on a Github. Won't do PR as changes which I made and will make incompatible with the original project. P.S. @ondras , Thank you for the great app, it helped me a lot.

X1pheR commented 5 years ago

dbplanner.site not available anymore?