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
That's because the connection is still alive. I'll check how the connection is handled and if necessary provide a way to close it or close it automatically.
dbdiff.describeDatabase(conn1) .then((schema) => { console.log(schema) })
prints the schema, but hangs in the terminal
The text was updated successfully, but these errors were encountered: