Skip to content

Feat: Implement MySQL connection pooling (Issue #29) - #49

Merged
dhabyap merged 1 commit into
mainfrom
feat/connection-pooling-issue-29
Apr 14, 2026
Merged

Feat: Implement MySQL connection pooling (Issue #29)#49
dhabyap merged 1 commit into
mainfrom
feat/connection-pooling-issue-29

Conversation

@dhabyap

@dhabyap dhabyap commented Apr 14, 2026

Copy link
Copy Markdown
Owner

This PR introduces MySQL connection pooling using mysql.connector.pooling. It refactors get_connection() to reuse connections from a pool (default size: 5), improving performance and efficiency. Closes #29

@dhabyap
dhabyap merged commit 0756a4c into main Apr 14, 2026
1 check failed
@dhabyap
dhabyap deleted the feat/connection-pooling-issue-29 branch April 16, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT #11] Tidak ada connection pooling — koneksi MySQL dibuat ulang setiap function call

1 participant