Creating Dexie objects every millisecond without closing them explicitly.
This repro creates a new Dexie instance every millisecond. These
instances go out of JavaScript scope are still reference by Dexie's
internal connections array.