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
Catch database errors also on schema initialization
In case any database error occurs on opening the connection and
initializing the schema, catch the error and throw it properly.
For instance, this can happen if the database is locked on opening.
0 commit comments