Search Criteria
Package Details: dbgate-bin 5.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dbgate-bin.git (read-only, click to copy) |
---|---|
Package Base: | dbgate-bin |
Description: | Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.Prebuilt version.Use system-wide electron. |
Upstream URL: | https://dbgate.org/ |
Keywords: | database-gui database-manager electron mongodb mysql postgresql sql sql-server sqlite |
Licenses: | MIT |
Conflicts: | dbgate |
Provides: | dbgate |
Submitter: | aulonsal |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 7 |
Popularity: | 0.013519 |
First Submitted: | 2021-05-09 13:36 (UTC) |
Last Updated: | 2024-10-18 00:47 (UTC) |
Latest Comments
petris commented on 2024-05-08 11:15 (UTC)
I noticed the change to the dbgate.bin script in the latest "fix errors" commit.
A section was added to read flags from a flags file, if it exists:
And then I assume the intent was to use those flags, however
_USER_FLAGS
was used instead offlags
:So I'm guessing the
declare -a flags
andflags+=
lines should be_USER_FLAGS
instead.Also, if you were intending these flags to be interpreted as separate command line arguments rather than just using the first line that was found, you need to change the usage of
_USER_FLAGS
to:Thus the last few lines should look like:
h8ray commented on 2024-03-29 11:31 (UTC) (edited on 2024-03-29 11:32 (UTC) by h8ray)
There is wrong permissions for
/usr/lib/dbgate/app.asar.unpacked
:makoto2600 commented on 2024-03-21 12:18 (UTC)
Is it possible to use electron25 instead of electron25-bin as dependency ? electron25 is more widely used and more recent. Thx
Pauel commented on 2024-01-18 09:50 (UTC)
When installed from AUR the dbgate refuses to connect using SSH tunnel. Same version when run directly using AppImage works fine
andrew7 commented on 2022-09-27 03:32 (UTC)
Upgrade to 5.1.3 just change the following in PKGBUILD
aulonsal commented on 2022-05-29 13:03 (UTC) (edited on 2023-01-28 21:36 (UTC) by aulonsal)
Powersource: I've now added a symlink to the binary in /usr/bin, which is consistent with the upstream deb package, thank you.
Powersource commented on 2022-05-27 12:40 (UTC)
Please add the dbgate binary to the PATH