js-data-saphana
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

js-data logo

js-data-saphana

Slack

A SAP Hana adapter for the JSData Node.js ORM.

Installation

npm install --save js-data js-data-saphana

Usage

import { SapHanaAdapter } from 'js-data-saphana';

// Create an instance of SapHanaAdapter
const adapter = new SapHanaAdapter({
  hanaOpts: {
    host: '127.0.0.1',
    port: 0,
    uid: 'root',
    pwd: 'test'
  }
});

// Other JSData setup hidden

// Register the adapter instance
store.registerAdapter('adapter', adapter, { default: true });

JSData + SQL Tutorial

Start with the JSData.

License

The MIT License (MIT)

Copyright (c) 2014-2021 js-data-saphana project authors

/js-data-saphana/

    Package Sidebar

    Install

    npm i js-data-saphana

    Weekly Downloads

    36

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    112 kB

    Total Files

    9

    Last publish

    Collaborators

    • jiatongyuan