0.1.5 • Published 10 years ago

most-data-oracle v0.1.5

Weekly downloads
1
License
BSD3-Clause
Repository
github
Last release
10 years ago

most-data-oracle

Most Web Framework Oracle Adapter ##Install $ npm install most-data-oracle ##Usage Register Oracle adapter on app.json as follows:

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

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.

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago