Skip to content

Conversation

oskardudycz
Copy link
Contributor

That will enable running transactions and sharing connections with Emmett projections.

Fixed connection pool management to correctly handle database names. This is needed as PostgreSQL connection pool is resolved per database. Thanks to that, pongoClient.close can close connection pools without needing to call endAllPools. endAllPoolls still applies if you want to brute force close all active connection pools.

PongoClient will track opened dbClients and close them all.

Thanks to that pongoClient.close can close connection pools without needing to call endAllPools.

PongoClient will track opened dbClients and close them all.
That will enable running transactions and sharing connection with Emmett projections
@oskardudycz oskardudycz added enhancement New feature or request transactions labels Jul 12, 2024
@oskardudycz oskardudycz modified the milestones: 0.3.0, 0.4.0 Jul 12, 2024
@oskardudycz oskardudycz merged commit de94c41 into main Jul 12, 2024
@oskardudycz oskardudycz deleted the create_pongo_with_pgclient branch July 12, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant