sqltabs
sqltabs copied to clipboard
Is it possible run just in web?
Hello.
Ideally together with sqlshare without desktop application?
And sqltabs looks very good, thaks.
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.
But it may be implemented as some proxy, is not? Is not https://github.com/kanaka/websockify allow do it almost without development?