node-db-oracle
node-db-oracle copied to clipboard
WARNING: ev_ref is deprecated, use uv_ref - in node 8.22
When using the module with node v0.8.22, following warnings are displayed:
WARNING: ev_ref is deprecated, use uv_ref
WARNING: ev_unref is deprecated, use uv_unref
WARNING: ev_ref is deprecated, use uv_ref
found the migration procedure which shall help in this case (deprecated section):
https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8