https://github.com/n-riesco/oracledb-electron-rebuild
Example of an electron app using oracledb and electron-rebuild
https://github.com/n-riesco/oracledb-electron-rebuild
electron electron-rebuild oracledb
Last synced: about 1 month ago
JSON representation
Example of an electron app using oracledb and electron-rebuild
- Host: GitHub
- URL: https://github.com/n-riesco/oracledb-electron-rebuild
- Owner: n-riesco
- Created: 2018-05-25T16:22:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T16:27:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T14:18:57.177Z (3 months ago)
- Topics: electron, electron-rebuild, oracledb
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oracledb-electron-rebuild
`oracledb-electron-rebuild` is an example of an electron app that uses
[electron-rebuild](https://www.npmjs.com/package/electron-rebuild) to build the
native module [oracledb](https://www.npmjs.com/package/oracledb).# Requirements
- See the requirements for
[node-gyp](https://github.com/nodejs/node-gyp#installation)- 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
```