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
The backup APIcan be used with the database/sql driver, but it is not particularly ergonomic to do so. That's the reason behind #141.
Provide a more ergonomic alternative.
In particular, one that implements the more complicated, and harder to get right, use case: if SetMaxOpenConns is 1 for this database, do the backup incrementally, releasing the lock every few pages.
The text was updated successfully, but these errors were encountered:
The backup API can be used with the
database/sql
driver, but it is not particularly ergonomic to do so. That's the reason behind #141.Provide a more ergonomic alternative.
In particular, one that implements the more complicated, and harder to get right, use case: if
SetMaxOpenConns
is 1 for this database, do the backup incrementally, releasing the lock every few pages.The text was updated successfully, but these errors were encountered: