Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres: Emmett does not respect schema property in db connection url #95

Open
jameswoodley opened this issue Aug 1, 2024 · 2 comments

Comments

@jameswoodley
Copy link

I am trying to create the emmett tables in it's own schema rather than have everything within the publc schema.. Connection URL like: postgresql://postgres:[email protected]:54322/postgres?schema=events does not create the tables within the events schema, still the public schema

@alex-laycalvert
Copy link
Collaborator

I think this is probably an issue with using the dumbo pacakge internally (which points to pongo now on NPM?) since the connection string gets passed directly to it with no modifications.

@oskardudycz
Copy link
Collaborator

oskardudycz commented Nov 20, 2024

I think this is probably an issue with using the dumbo pacakge internally (which points to pongo now on NPM?) since the connection string gets passed directly to it with no modifications.

Yup, it needs to be fixed in Dumbo first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants