Skip to content

feat(credit): persist credit lines in PostgreSQL - #164

Closed
Emmy123222 wants to merge 0 commit into
Creditra:mainfrom
Emmy123222:feature/creditline-postgres
Closed

feat(credit): persist credit lines in PostgreSQL#164
Emmy123222 wants to merge 0 commit into
Creditra:mainfrom
Emmy123222:feature/creditline-postgres

Conversation

@Emmy123222

Copy link
Copy Markdown
Contributor

close #89

  • Add PostgresCreditLineRepository with full CRUD operations
  • Update Container to auto-detect DATABASE_URL and switch repositories
  • Add comprehensive unit tests with 90.9% coverage
  • Update migration tests to validate credit line functionality
  • Maintain backward compatibility with in-memory repositories
  • Use existing DB client and migrations as specified

Resolves credit line persistence requirements with PostgreSQL backend.

@drips-wave

drips-wave Bot commented Mar 29, 2026

Copy link
Copy Markdown

@Emmy123222 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Emmy123222 Emmy123222 closed this Mar 30, 2026
@Emmy123222
Emmy123222 force-pushed the feature/creditline-postgres branch from 36a87b8 to dcc4925 Compare March 30, 2026 09:04
@Emmy123222

Copy link
Copy Markdown
Contributor Author

open

@Emmy123222
Emmy123222 deleted the feature/creditline-postgres branch March 30, 2026 09:34
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.

CreditLineService persistence with PostgreSQL repository

1 participant