Access an .mdb database file from Node.js on Windows

I'm looking for a way to open and query .mdb Access database files in Node.js. I have seen node-odbc which seems to be able to query these files, but not seem to be able to run on Windows, which is a requirement. Any suggestions?