How to avoid ODBC driver installation for a Node.js application?

I'm using https://www.npmjs.org/package/odbc in an application targeting Windows.

Therefore it requires users to install Microsoft ODBC driver for SQL Server located here, which is a problem if the user doesn't have admin rights.

Any workaround?

You can use another system for databases, mongoDB, sqlite, etc. if your application is simply, i recommend sqlite