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

sails-informix

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-informix

sails-informix adapter for Sails / Waterline

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Sails-Informix Adapter

IBM Informix adapter for the Sails framework and Waterline ORM. Allows you to use Informix via your models to store and retrieve data. Also provides a query() method for a direct interface to execute raw SQL commands.

Installation

Sails-Informix uses ifxnjs driver to interact with the db, so install it first.

Then, install this adapter via NPM:

$ npm install sails-informix

Sails Configuration

Add the Informix config to the config/adapters.js file. Basic options:

module.exports.adapters = {
  default: 'Informix',

  Informix: {
    adapter: 'sails-informix',
    host: 'onecloud',
    port: 9089,
    user: 'pawanpawar',
    password: 'password',
    database: 'informix_test_db',
    server: "onecloud",
    debug: true
  }
};

Keywords

FAQs

Package last updated on 22 Aug 2019

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