We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
psycopg2 is imported. It would be better to rely on it instead of requiring to install psql as additional dependency, in my opinion.
psycopg2
docker-osm/docker-imposm/importer.py
Line 271 in f345249
The text was updated successfully, but these errors were encountered:
I think running SQL scripts using psycopg2 has some drawbacks i.e https://stackoverflow.com/questions/17261061/execute-sql-schema-in-psycopg2-in-python
Sorry, something went wrong.
No branches or pull requests
psycopg2
is imported. It would be better to rely on it instead of requiring to install psql as additional dependency, in my opinion.docker-osm/docker-imposm/importer.py
Line 271 in f345249
The text was updated successfully, but these errors were encountered: