brambow / koop-provider-postgis

PostGIS provider for Koop.js
Other
8 stars 7 forks source link

Connection hangs, likely because old version of pg-promise #3

Open ajturner opened 2 years ago

ajturner commented 2 years ago

I'm trying out this provider, but it's hanging on the PostGIS connection. This appears to be due to the very old pg-promise version. Testing independently on v7 it hangs and if it upgrade to v10+ it works.

More generally, it would be great to work together to update this

/cc @rgwozdz

brambow commented 2 years ago

@ajturner I have not kept this updated in quite some time. I'd imagine there are incompatibility issues with node, koop, and pg-promise. I think someone else forked it and started another one - https://github.com/doneill/koop-provider-pg. Looking through it, I'd probably do it differently now than either of these existing providers.

We have started using Koop more at my company, so I'd be willing to revisit this and update it sometime.