You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
:memory:
connectionsusing
statementCons
The text was updated successfully, but these errors were encountered: