Looks like some kind options are expected to be set
if (options.continueOnRecoverableError)
^
TypeError: Cannot read properties of undefined (reading 'continueOnRecoverableError')
at iterable.iterate (/Users/andywick/test/node_modules/lmdb/dist/index.cjs:1440:16)
at RangeIterable.forEach (/Users/andywick/test/node_modules/lmdb/dist/index.cjs:1448:40)
at Object.<anonymous> (/Users/andywick/test/foo.js:10:4)
The following code works in 3.0.14 but not 3.1.0-3.1.5
Looks like some kind options are expected to be set