Skip to content

claick-oliveira/node-oracledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-oracledb Release

This is a project that builds a docker image from a Dockerfile, where it will execute the installation process of the instantclient-basic-linux.x64-X.X.X.X.X / instantclient-sdk-linux.x64-X.X.X.X.X, which are the requirements for installation of the oracledb package for use in Nodejs projects.

Installing / Getting started

To start using node-oracledb, follow the steps below:

git clone https://github.com/claick-oliveira/node-oracledb.git
cd node-oracledb/

Download the files in Oracle (need registration):

  • instantclient-basic-linux.x64-12.2.0.1.0.zip (current version)
  • instantclient-sdk-linux.x64-12.2.0.1.0.zip (current version)

Place the files in the project folder where Dockerfile is located.

Licensing License:AGPLv3

Most node-oracledb source files are made available under the terms of the GNU Affero General Public License (GNU AGPLv3). See individual files for details.