1.0.12 • Published 11 months ago

js-data-saphana v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

1.0.12

11 months ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago