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

Flexible Interface for Dynamic Selection using Factory Pattern #16

Open
renanbastos93 opened this issue Jul 24, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@renanbastos93
Copy link
Owner

As a developer, I want to implement a flexible interface that adheres to contracts, allowing me to create templates for the Factory pattern. This interface will help me dynamically decide the appropriate database system (e.g., MySQL, SQLite3) to use for different scenarios.

  • Action: The user wants to implement a flexible interface.
  • Purpose: The interface should adhere to contracts and facilitate the creation of templates for the Factory pattern.
  • Goal: The interface will enable dynamic selection of the appropriate database system based on different situations (e.g., MySQL, SQLite3)
@renanbastos93 renanbastos93 added the enhancement New feature or request label Jul 24, 2023
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

No branches or pull requests

1 participant