-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from karthik2804/feat/rdms_support
add support for redis and postgres
- Loading branch information
Showing
17 changed files
with
3,350 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Hello World | ||
|
||
This is the example of using the Javascript SDK to access mysql. | ||
|
||
### Building the example | ||
|
||
``` | ||
npm run build | ||
``` | ||
### Running the example | ||
|
||
``` | ||
spin up | ||
``` | ||
|
||
Use e.g. `curl -v http://127.0.0.1:3000/hello` to test the endpoint. |
Oops, something went wrong.