Alecaddd / sequeler

SQL Client built in Vala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could not connect, driver is missing?

pcace opened this issue · comments

Hi there,
i cannot connect to any postgresql servers with sequeler, because of this error message:
Bildschirmfoto vom 2023-03-06 14-09-10

it means something like:

was not able to open connection, 
triver "postgreSQL" is not installed

i am running ubuntu 22.04 and installed postgresql via:
sudo apt install postgresql postgresql-contrib

what am i missing? or is this a bug?

Cheers and thanks!

I have the same issue, right after installing Sequeler in Ubuntu22.

No provider 'PostgreSQL' installed

When using ubuntu, you could install providers using:
apt install --install-suggests sequeler
or install these:

libgda-5.0-bin libgda-5.0-mysql libgda-5.0-postgres

Hey,
same issue here with Fedora 38 and libgda installed.
Is there any chance for debugging this? What can I provide?

When using ubuntu, you could install providers using: apt install --install-suggests sequeler

Looks like sequeler in 23.04 does not suggest any packages.

@pcace fixe by installing libgda5-postgres. See #378 (comment)