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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ Next, you will be able to open the project in your favorite IDE or Code Editor a
49
49
50
50
## Templates
51
51
52
-
The package offers the following templates, which connect to the database using the the [oracledb database driver](https://github.com/oracle/node-oracledb):
52
+
The package offers the following templates, which connect to the database using the [oracledb database driver](https://github.com/oracle/node-oracledb):
53
53
54
54
-`node-vanilla`: A starter template that uses Node.js, vanilla JavaScript, HTML and CSS. It is built by [vite](https://vitejs.dev/).
55
55
-`node-jet`: A starter template that uses Node.js and [Oracle JET](https://www.oracle.com/webfolder/technetwork/jet/index.html). It is built using the [ojet-cli](https://www.npmjs.com/package/@oracle/ojet-cli).
56
56
-`node-react`: A starter template that uses Node.js and [React](https://react.dev/). It is built by [vite](https://vitejs.dev/).
57
57
-`node-vue`: A starter template that uses Node.js and [Vue.js](https://vuejs.org/). It is built by [vite](https://vitejs.dev/).
58
-
-`node-angular`: A starter template that uses and [Angular](https://angular.dev/). It is built by [Angular CLI](https://github.com/angular/angular-cli). (New in `v1.2.0`)
58
+
-`node-angular`: A starter template that uses Node.js and [Angular](https://angular.dev/). It is built by [Angular CLI](https://github.com/angular/angular-cli). (New in `v1.2.0`)
59
59
-`node-react-todo`: A simple task manager template that uses Node.js and [React](https://react.dev/). It demonstrates the use of the database for Create, Read, Update and Delete (CRUD) operations. It is built by [vite](https://vitejs.dev/).
60
60
61
61
Each of the templates include documentation for you to get started with them, as well as NPM scripts for you to use right after generating the application.
@@ -69,7 +69,7 @@ You can provide the following options directly to the command:
69
69
-`basic`: Requires additional information like `db-protocol`, `db-hostname`, etc.
70
70
-`walletPath`: Requires a path to the wallet via the `wallet-path` flag.
71
71
-`wallet-path`: Path to the zip file (or folder if uncompressed) containing the wallet and network configuration files.
72
-
-`db-username`: Dabase username to connect. **Note**: For [Autonomous Databases](https://www.oracle.com/autonomous-database/) we do not recommend using the ADMIN user.
72
+
-`db-username`: Database username to connect. **Note**: For [Autonomous Databases](https://www.oracle.com/autonomous-database/) we do not recommend using the ADMIN user.
73
73
-`db-protocol`: For details consult [Connecting to Oracle Database](https://node-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html).
74
74
-`db-hostname`: For details consult [Connecting to Oracle Database](https://node-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html).
75
75
-`db-port`: For details consult [Connecting to Oracle Database](https://node-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html).
@@ -80,7 +80,7 @@ You can provide the following options directly to the command:
80
80
-`db-sid`: For details consult [Connecting to Oracle Database](https://node-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html).
81
81
82
82
## Database Environment
83
-
When an application is generated, you'll find an .env file with details regarding the connection to the database used in the application.
83
+
When an application is generated, you'll find a `.env` file with details regarding the connection to the database used in the application.
0 commit comments