Search Criteria
Package Details: tableplus 0.1.74-1
Git Clone URL: | https://aur.archlinux.org/tableplus.git (read-only, click to copy) |
---|---|
Package Base: | tableplus |
Description: | Modern, native, and friendly GUI tool for relational databases (Alpha) |
Upstream URL: | https://tableplus.com/ |
Keywords: | database gui mysql postgres tool |
Licenses: | |
Submitter: | rew1red |
Maintainer: | rew1red (tableplus) |
Last Packager: | tableplus |
Votes: | 6 |
Popularity: | 0.028518 |
First Submitted: | 2019-12-02 20:06 |
Last Updated: | 2020-12-25 06:10 |
Latest Comments
1 2 Next › Last »
btd1337 commented on 2020-12-19 16:01
v0.1.68
is releasedbtd1337 commented on 2020-12-19 15:58
techno-geek commented on 2019-12-31 20:15
Not a problem with the package, but do know that the PostgreSQL database type does not appear to be currently working.
https://github.com/TablePlus/TablePlus-Linux/issues/14
rew1red commented on 2019-12-05 14:55
@NoD -- I'm sure, if only it were mine to fix! Tableplus is closed sourced software.
@chri -- Looks like the shasum changed upstream, but the version was not incremented by the author. I've updated the pkgbuild with the hash from the upstream repository, but the version remains 0.1-18.
chri commented on 2019-12-05 08:26
sha256sum for v0.1-18 has not been adapted in last commit: 288d60d1019212badc0a01eb4ab6f67f97b88a17c581c07f6eb224c8d5adc050 tableplus_0.1-18_amd64.deb
NoD commented on 2019-12-05 05:57
I know it's an alpha release. That's why I am reporting this stuff. To help you make it better. :)
rew1red commented on 2019-12-04 15:51
As of 0.1-16, all database connector libraries are statically linked and the aforementioned workaround or patched desktop shortcut are no longer required.
rew1red commented on 2019-12-04 15:40
@NoD--
Some of the issues you're encountering are related to the alpha-release nature of tableplus, and not the packaging. Until this morning, the author had dynamically linked against the libmysqclient library and included it in his release. I patched the desktop shortcut for tableplus in this pkgbuild so that said library would be accessible. It was a workaround, but got things working for us Arch users.
If you were to launch it directly, you'd need something like:
LD_LIBRARY_PATH=/opt/tableplus/resource/library/ /usr/local/bin/tableplus
With this said, it looks like the author has rebuilt the binary this morning, statically linking against libmysqlclient. I'll work on getting the pkgbuild updated to reflect this.
For more information: https://github.com/TablePlus/TablePlus-Linux/issues/4#issuecomment-561670001
https://github.com/TablePlus/TablePlus-Linux/issues
NoD commented on 2019-12-04 08:45
https://pastebin.com/xbXur7jD
rew1red commented on 2019-12-03 15:05
I guess libgee is an (unlisted) dependency of tableplus-- I do see it installed on my system, but it's not listed as an upstream dependency. I'll update the pkgbuild in a moment to include it.