Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Circular dependency between pg -> pg-pool -> pg #3

Open
Tracked by #66
thejhh opened this issue May 18, 2023 · 0 comments
Open
Tracked by #66

Circular dependency between pg -> pg-pool -> pg #3

thejhh opened this issue May 18, 2023 · 0 comments

Comments

@thejhh
Copy link
Contributor

thejhh commented May 18, 2023

There is a circular dependency like: pg -> pg-pool -> pg

This probably could be fixed by changing Rollup configuration to mark pg and pg-pool modules external, which will not be included in the compiled bundle.

Since we do not have a project builder specific for PostgreSQL and this module, it's not possible to fix it there changing defaults. Closest would be https://github.com/heusalagroup/create-backend but there is nothing preventing to use this submodule in https://github.com/heusalagroup/create-command as well.

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

No branches or pull requests

1 participant