You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,18 @@ features, and on functionality requests from
43
43
Prerequisites:
44
44
45
45
-[Python 2.7](https://www.python.org/downloads/)
46
-
- C++ Compiler (GCC, Visual Studio or similar)
47
-
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
46
+
- C Compiler with support for C++ 11 (Xcode, gcc, Visual Studio or similar)
47
+
- The small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release
48
+
- Set `OCI_LIB_DIR` and `OCI_INC_DIR` during installation if the Oracle libraries and headers are in a non-default location
48
49
49
-
`npm install oracledb` to install from the [NPM registry](https://www.npmjs.com/package/oracledb).
50
+
Run`npm install oracledb` to install from the [NPM registry](https://www.npmjs.com/package/oracledb).
50
51
51
52
See [INSTALL](https://github.com/oracle/node-oracledb/tree/master/INSTALL.md) for details.
52
53
54
+
## <aname="examples"></a> Examples
55
+
56
+
There are examples in the [examples](https://github.com/oracle/node-oracledb/tree/master/examples) directory.
57
+
53
58
### A simple query example:
54
59
55
60
```javascript
@@ -84,10 +89,6 @@ With Oracle's sample HR schema, the output is:
0 commit comments