Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sails-oracle-db

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-oracle-db

sails oracle adapter

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-8.33%
Maintainers
2
Weekly downloads
 
Created
Source

A basic CRUD waterline adapter for oracle, built on top of oracle's driver. Most of this code is based on atiertant's sails-oracle.

####Connection options (default values provided if they exist):

connectString:
String - Required

user:
String - Required

password:
String - Required

poolMin:
Number - The minimum number of connections a connection pool maintains. Defaults to 0.

poolMax:
Number - The maximum number of connections to which a connection pool can grow. Defaults to 4.

poolIncrement:
Number - The number of connections that are opened when a connection request exceeds the number of currently open connections. Defaults to 1.

poolTimeout:
Number - The number, in seconds, after which idle connections are terminated. If set to 0, idle connections are never terminated. Defaults to 60.

Example connection (from test config)
oracleConn: {  
    connectString: '192.168.201.100/xe',  
    user: 'myusername',  
    password: 'mypassword'  
}

#####Running the tests
To run the tests, supply the required env vars in test/unit/support/bootstrap.js for your test oracle instance.

Keywords

FAQs

Package last updated on 18 Aug 2016

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