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
804 stars 57 forks source link

Is it possible run just in web? #66

Open Hubbitus opened 8 years ago

Hubbitus commented 8 years ago

Hello. Ideally together with sqlshare without desktop application?

And sqltabs looks very good, thaks.

sasha-alias commented 8 years ago

Hi, sqltabs designed as a desktop application from the very beginning, so the short answer is no. The reason is the different architecture of communication between client and database. In desktop app you can connect directly to DB and in web you would need to write communication layer server side including different approach to authentication.

Hubbitus commented 8 years ago

But it may be implemented as some proxy, is not? Is not https://github.com/kanaka/websockify allow do it almost without development?