sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

Own Share Server #50

Closed dice89 closed 7 years ago

dice89 commented 8 years ago

Hi there,

I really love sql Tabs. However, I want to share viszualisations of customer sensitive data with it. Is there a possibility to easily set up an own share server.

sasha-alias commented 8 years ago

yes, there is a separate project sqlshare You need to install sqlshare, i.e. to create a simple prostgresql db schema for storing shared docs and run a nodejs application. After you have it installed, when sharing a first doc in SQL Tabs change a URL for sharing with your server location. SQL Tabs will remember it and reuse further.

Feel free to report any installation issues here.