Skip to content

PostgreSQL support #36

Description

@mgathena

Hi,

How do I make premsql work with PostgreSQL? The db is running in docker and the URL becomes "postgresql://postgres:postgres@localhost:5432/db". But it doesn't seem to work. The custom PostgreSQLExecutor mentioned here also doesn't work. Is there a working example for PostgreSQL?

When I say db_connection_uri=postgresql://postgres:postgres@localhost:5432/db, the error is

OperationalError: unable to open database file

I also tried to replace postgresql:// with postgresql+pg8000://

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions