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.
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.
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.