teradata-nodejs-driver
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.17 • Public • Published

Node.js Driver for Teradata

Build Status

Coverity Scan Build Status

Teradata Logo           Node.js

Deprecated Warning

ℹ️ This package has been deprecated. Please use Teradata Node.js Driver available on: //https://www.npmjs.com/package/teradatasql instead. The package name of new Teradata Node.js Driver is teradatasql.

The Teradata nodejs-driver module is a Database API Specification v2.0 compliant driver for Node.js and the Teradata Database.

Teradata nodejs-driver is open source and maintained by Teradata. It is currently in RC but has a comprehensive test suite for the supported features.

Database API Specification v2.0: https://www.python.org/dev/peps/pep-0249/


Supported Platforms

ℹ️ Node.js versions 14 and 16 are not supported. There is an issue in Node.js that affects node-ffi-napi library that this driver depends on: https://github.com/node-ffi-napi/ref-napi/issues/54. Newer versions of Node.js no longer have the issue.

For Node.js 8.x, 9.x, 10.x, 11.x use:

"dependencies": {
  "teradata-nodejs-driver": "1.0.0-beta.2"
}

For Node.js 12.x, 17.x:

"dependencies": {
  "teradata-nodejs-driver": "1.0.0-rc.15"
}

Operating Systems:

  • Apple macOS, Microsoft Windows, Linux

Architecture

Node Teradata Architecture


Useful Information


License

The MIT License

Copyright (c) 2022 by Teradata. All rights reserved. http://teradata.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Package Sidebar

Install

npm i teradata-nodejs-driver

Weekly Downloads

202

Version

1.0.0-rc.17

License

MIT

Unpacked Size

80.5 kB

Total Files

14

Last publish

Collaborators

  • jeremysmartt
  • tomcnolan
  • weitihuang
  • adamtworkiewicz