SAP HANA Database Access from Node.js (hdb client, prepared statements)
Tutorials that teach this
- Tutorial Create a Cloud Foundry or XS Advanced App that Queries SAP HANA
- Tutorial Connect Using the SAP HANA Node.js Interface
- Tutorial SAP HANA XS Advanced - Database access from Node.js
- Tutorial Use an Elastic Compute Node (ECN) for Scheduled Workloads
- Tutorial Setup Node.js to connect to SAP HANA
- Tutorial Deploy a Node.js Application for SAP HANA
- Tutorial SAP HANA XS Advanced - Asynchronous Non-Blocking I/O within Node.js SAP HANA applications
Prerequisites
- Concept Database Connection Configuration
- Concept Node.js Installation and Setup
- Concept Node.js Asynchronous Callbacks and Non-Blocking I/O
- Concept XS Advanced Node.js Express Routing
- Concept Installing Node.js Dependencies with npm install
- Concept SAP HANA Express Edition Initial Setup and Access
- Concept SAP HANA Client Installation and Usage
- Concept Initializing a Node.js Project with npm init
- Concept Storing SAP HANA Connection Details with hdbuserstore
- Concept SAP HANA HDI Container Creation and Configuration
- Concept Installing SAP HANA HDB Client
- Concept Provisioning an SAP HANA Cloud Database Instance
- Concept SAP HANA XS Advanced Node.js Applications
- Concept Express.js Routing (app.METHOD, PATH, HANDLER)