Skip to content

Commit

Permalink
Refactor code for suggested changes and remove Dependencies.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirusamith committed Sep 21, 2021
1 parent 669df6d commit fe7671f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 332 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ lib/
.project
.settings
.vscode

#Examples
examples/**/Dependencies.toml
examples/**/Config.toml
2 changes: 1 addition & 1 deletion examples/online-shop/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ USER="balUser"
PASSWORD="balpass"
HOST="localhost"
PORT=1521
DATABASE="ORCLCDB.localdomain"
DATABASE="ORCLCDB.localdomain"
316 changes: 0 additions & 316 deletions examples/online-shop/Dependencies.toml

This file was deleted.

5 changes: 2 additions & 3 deletions examples/online-shop/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Ballerina OracleDB module Example use case

## overview
## Overview
This example demonstrates how to use the ballerina oracledb module to execute, query and call etc. in an oracle database.

## Implementation

These are HTTP RESTful services that are used to insert, create, and retrieve data of a sample database.
These are HTTP RESTful services used to insert, create, and retrieve data of a sample database.

## Prerequisite

Expand Down Expand Up @@ -44,7 +44,6 @@ These are HTTP RESTful services that are used to insert, create, and retrieve da
version = "12.2.0.1"
```
* *Initial schema, table creation and data insertion*
* Start and run the oracle database docker container or standalone database.
Expand Down
Loading

0 comments on commit fe7671f

Please sign in to comment.