UNPKG

3.28 kBMarkdownView Raw
1# node-oracledb version 6.4.0
2
3The node-oracledb add-on for Node.js powers high performance Oracle Database
4applications. Applications can be written in TypeScript, or directly in
5JavaScript.
6
7Use node-oracledb 6.4.0 to connect Node.js 14.6, or later, to Oracle
8Database. Older versions of node-oracledb may work with older versions of
9Node.js.
10
11Node-oracledb supports basic and advanced features of Oracle Database
12and Oracle Client. See the [homepage][4] for a list.
13
14The node-oracledb module is open source and maintained by Oracle Corp.
15It is stable, well documented, and has a comprehensive test suite.
16
17## Installation
18
19See [Getting Started with Node-oracledb][1] and [Quick Start Node-oracledb Installation][2].
20
21## Documentation
22
23See [Documentation for the Oracle Database Node.js Add-on][9] and the [release
24notes][10].
25
26## Examples
27
28See the [examples][7] directory. Start with [examples/example.js][8].
29
30## Help
31
32Questions about node-oracledb can be posted on [GitHub][3] or [Slack][5] ([link
33to join Slack][6]).
34
35## <a name="testing"></a> Tests
36
37To run the test suite see [test/README][11].
38
39## Contributing
40
41This project welcomes contributions from the community. Before submitting a
42pull request, please [review our contribution guide][12].
43
44## Security
45
46Please consult the [security guide][13] for our responsible security
47vulnerability disclosure process.
48
49## License
50
51Copyright (c) 2015, 2024, Oracle and/or its affiliates.
52
53This software is dual-licensed to you under the Universal Permissive License
54(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
552.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose
56either license.
57
58If you elect to accept the software under the Apache License, Version 2.0,
59the following applies:
60
61Licensed under the Apache License, Version 2.0 (the "License");
62you may not use this file except in compliance with the License.
63You may obtain a copy of the License at
64
65 https://www.apache.org/licenses/LICENSE-2.0
66
67Unless required by applicable law or agreed to in writing, software
68distributed under the License is distributed on an "AS IS" BASIS,
69WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70See the License for the specific language governing permissions and
71limitations under the License.
72
73[1]: https://node-oracledb.readthedocs.io/en/latest/user_guide/introduction.html#getstarted
74[2]: https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#quickstart
75[3]: https://github.com/oracle/node-oracledb/discussions
76[4]: https://oracle.github.io/node-oracledb
77[5]: https://node-oracledb.slack.com/
78[6]: https://join.slack.com/t/node-oracledb/shared_invite/enQtNDU4Mjc2NzM5OTA2LWMzY2ZlZDY5MDdlMGZiMGRkY2IzYjI5OGU4YTEzZWM5YjQ3ODUzMjcxNWQyNzE4MzM5YjNkYjVmNDk5OWU5NDM
79[7]: https://github.com/oracle/node-oracledb/blob/main/examples
80[8]: https://github.com/oracle/node-oracledb/blob/main/examples/example.js
81[9]: https://node-oracledb.readthedocs.io/en/latest/
82[10]: https://node-oracledb.readthedocs.io/en/latest/release_notes.html
83[11]: https://github.com/oracle/node-oracledb/blob/main/test/README.md
84[12]: https://github.com/oracle/node-oracledb/blob/main/CONTRIBUTING.md
85[13]: https://github.com/oracle/node-oracledb/blob/main/SECURITY.md