We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c898a5 commit 93ac5d8Copy full SHA for 93ac5d8
README.md
@@ -22,12 +22,15 @@ using the least privileged account possible.
22
23
## Prerequisites
24
25
+- An Oracle Database, either on-prem or an
26
+ [Autonomous Database](https://www.oracle.com/autonomous-database/) instance
27
- Node.js 18 (Recommendation is to use [nvm](https://github.com/nvm-sh/nvm))
28
29
## Usage
30
31
The main application usage is through the `@oracle/create-database-app` NPM
-package, which will scaffold an application connected to a database.
32
+package, which will scaffold an application that will be connected to your
33
+Oracle Database.
34
35
```sh
36
npm create @oracle/database-app
0 commit comments