-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename sql callout to sql input (#35)
Rename callout to input based on feedback during demo.
- Loading branch information
1 parent
3b0bee7
commit fe1aff2
Showing
4 changed files
with
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# SQL Callout Tool | ||
# SQL Input Tool | ||
|
||
## Quick Start | ||
|
||
A setup script is included to create the postgres database in SQL and load a preconfigured SQL script. An example usage of the setup script would be as follows: | ||
|
||
```sh | ||
# ./setup.sh $K8S_NAMESPACE $DB_NAME $DB_USERNAME $DB_PASSWORD $LOCAL_SQL_FILE_PATH | ||
./setup.sh default database username password ./callout.sql | ||
./setup.sh default database username password ./initialization.sql | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.