2.7.0 • Published 24 days ago

@themost/oracle v2.7.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
24 days ago

@themost/oracle

Most Web Framework Oracle Adapter

Install

npm install @themost/oracle

Usage

Register Oracle data adapter at app.json:

{
    "adapterTypes": [
        { "name":"Oracle Data Adapter", "invariantName": "oracle", "type":"@themost/oracle" }
    ],
    adapters: [
        { "name":"development", "invariantName":"oracle", "default":true,
            "options": {
              "host":"localhost",
              "port":1521,
              "user":"user",
              "password":"password",
              "service":"orcl",
              "schema":"PUBLIC"
            }
        }
    ]
}

Use session options to define Oracle session parameters. For example:

{ 
    "name":"development", "invariantName":"oracle", "default":true,
    "options": {
        "host":"localhost",
        "port":1521,
        "user":"user",
        "password":"password",
        "service":"orcl",
        "schema":"PUBLIC",
        "session": {
            "NLS_COMP": "LINGUISTIC",
            "NLS_SORT": "BINARY_CI"
        }
    }
}

If you are intended to use Oracle adapter as the default database adapter set the property "default" to true.

Note: Most Web Framework Oracle Adapter depends on Oracle Database driver for Node.js maintained by Oracle Corp.

Before install it, read the node-oracledb installation instructions provided by Oracle Corp.

2.7.0

24 days ago

2.6.0

4 months ago

2.5.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

3.0.2-next.0

3 years ago

2.4.0-next.0

3 years ago

2.4.0-next.2

3 years ago

2.2.3-dev.1

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.0.14

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.0-alpha.1

7 years ago

2.0.0-alpha

7 years ago