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

[Core] Minimize reconnections during lifecycle of LiteMigrator object #8

Open
DamianSuess opened this issue Aug 15, 2020 · 0 comments
Labels
enhancement New feature or request story Product backlog item

Comments

@DamianSuess
Copy link
Collaborator

As a user, I'd to maintain a single db connection during the lifecycles of the LiteMigrator object. The class would have to be clanged to IDisposable to allow for this change.

Pros

  • Unit testing with :memory: connections
  • Quicker transactions
  • Minimize lockouts during operation
  • Supports using statement

Cons

  • Users may not properly destroy object through bad practices
@DamianSuess DamianSuess added enhancement New feature or request story Product backlog item labels Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request story Product backlog item
Projects
None yet
Development

No branches or pull requests

1 participant