n-riesco / oracledb-electron-rebuild

Example of an electron app using oracledb and electron-rebuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oracledb-electron-rebuild

oracledb-electron-rebuild is an example of an electron app that uses electron-rebuild to build the native module oracledb.

Requirements

  • See the requirements for node-gyp

  • Include nan v2.8+ as a dev dependency

Install

npm install

Note that npm install invokes electron-rebuild at the postinstall step (as defined in package.json).

Run

nmp start

About

Example of an electron app using oracledb and electron-rebuild


Languages

Language:JavaScript 100.0%