Patrick Hintermayer
Patrick Hintermayer
It seems that GitHub is filtering some of my text. I access the server with port 3000, that's right. So yes, it's the web app, not the electron app. >...
At the moment I'm not using the docker image. I installed it as follows (Opened the website -> Other downloads): > wget https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest.deb > dpkg -i dbgate-latest.deb Thanks for the...
I just tried out the npm package. I installed it, opened the IP adresse with the port it showed me and entered the credentials. If I click on Test, I...
> There is still some strangeness in this. You wrote about using localhost:3000, but application installed from debian package does not run as web server, it is only electron app,...
The docker container was actually running. After I stopped it, the npm package dbgate-server started on port 3000. But the error is still the same: > Loading module dbgate-plugin-mysql from...
Works perfect.
Same on Windows 10. 
@bugadani I totally agree with you. You basically always start a Rust project with either `cargo init` or `cargo new ` and then you use commands like `cargo run` or...
@DoubleHyphen Yes, I agree with you. This should definitely covered.
@OvermindDL1 I tested it out and it looks interesting. It worked directly although I did not see any rust playgrounds (iframe). I didn't dig deeper into this library, maybe you...