asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Supply pre-compiled binaries #10

Open gsbelarus opened 5 years ago

gsbelarus commented 5 years ago

Please, consider using https://github.com/mapbox/node-pre-gyp to supply pre-compiled binaries with the driver. Compilation from sources takes a long time and could be a real problem in some scenarios. For example, when using Travis cloud service for automated testing it takes about 15 minutes for recompiling node-firebird driver only on every test iteration.

chap-s commented 2 years ago

Please, can you tell me how to use it?