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 the previous default value ":memory:" doesn't work as expected
because each connection opens a new database instance, make
the database path setting required.
Also, make the port setting required as it probably makes little sense
to pick 5959 as default and so we can keep the argument order
host, port.
Fixes#5.
0 commit comments