DBFFile icon indicating copy to clipboard operation
DBFFile copied to clipboard

feat: add async generator to dbf file class

Open acdibble opened this issue 2 years ago • 0 comments

Addresses #71

I converted the existing readRecordsFromDBF function into an async generator to yield records one at a time and replaced readRecordsFromDBF with a wrapper around this new function.

All existing tests pass and I added a new test to ensure the new Symbol.asyncIterator API is present and functional.

acdibble avatar Aug 28 '22 20:08 acdibble