New feature --lazy-db
: --reuse-db
with --create-db
on DB error / ProgrammingError
#212
Labels
--lazy-db
: --reuse-db
with --create-db
on DB error / ProgrammingError
#212
What do you think about a new option
--lazy-db
, which would behave like--reuse-db
, but falls back to--create-db
when there's a DB error during the first test.Would that be possible / feasible?
Could this be done by default, without a new option?
For example:
The text was updated successfully, but these errors were encountered: