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

Refactor asyncpg support #26

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Refactor asyncpg support #26

merged 3 commits into from
Jul 25, 2024

Conversation

rsavoye
Copy link
Collaborator

@rsavoye rsavoye commented Jul 24, 2024

This class is a fork of the postgres.PostgresClient() class, but uses asyncpg instead of psycopg2. It implements the same API, but is fully async. FMTM does not currently use this class, so nothing will be effected. The support to run standalone to produce an extract has been greatly improved. In addition, support for using a MultiPolygon as a boundary was added, extracting data from all the polygons.

@rsavoye rsavoye added the enhancement New feature or request label Jul 24, 2024
@rsavoye rsavoye self-assigned this Jul 24, 2024
@spwoodcock spwoodcock merged commit ad8de2d into main Jul 25, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants