https://github.com/zowe/db-browser-db2
db2 module for db-browser App for Zowe
https://github.com/zowe/db-browser-db2
Last synced: about 1 year ago
JSON representation
db2 module for db-browser App for Zowe
- Host: GitHub
- URL: https://github.com/zowe/db-browser-db2
- Owner: zowe
- License: epl-2.0
- Created: 2018-11-13T22:21:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:10:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T06:53:14.687Z (over 1 year ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# DB2 Library for Zowe DB Browser
This plugin is a library for the [DB Browser App of Zowe](https://github.com/zowe/db-browser)
It depends on the [ibm_db node.js library](https://www.npmjs.com/package/ibm_db), which in turn uses z/OS DB2 Connect.
Due to this, you must have a db2 connect license to use this library.
## Installation
The source can be built in the way standard to Zowe Apps, either by running `build.sh` from [zlux-build](https://github.com/zowe/zlux-build) or by executing `npm install && npm run build` within the `nodeServer` directory of this plugin.
After building, a db2 connect license file must be provided to the ibm_db library. Simply copy your license file into `lib/node_modules/ibm_db/installer/clidriver/license`
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.