Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

oradm-to-gql

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

oradm-to-gql

unpublished
Source
npmnpm
Version
35.0.14
Maintainers
1
Created
Source

oradm-to-gql

Oracle Data Modeler CSV Export to Apollo GraphQL Endpoint Generator

Running the example:

Get dependencies:

cd /oradm-to-gql
yarn
cd /example
yarn

For postgres:

docker run --name postgres -e POSTGRES_DB=lims -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD= -p 5432:5432 -d postgres

yarn start 
(or yarn debug)

For oracle: yarn oracledb (this is a peer dep so it isn't installed by default)

follow these instructions to get oracle instant client: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#instosx

docker ???? Adam fill this out ?

yarn start:oracle

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts