New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oradm-to-gql

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oradm-to-gql

Oracle Data Modeler CSV Export to Apollo GraphQL Endpoint Generator

  • 35.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
157
increased by234.04%
Maintainers
1
Weekly downloads
 
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

Package last updated on 13 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc