Skip to content

Commit

Permalink
Rename sql callout to sql input (#35)
Browse files Browse the repository at this point in the history
Rename callout to input based on feedback during demo.
  • Loading branch information
ethanperry1 authored Nov 17, 2023
1 parent 3b0bee7 commit fe1aff2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/sql-callout/README.md → samples/sql-input/README.md
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.

0 comments on commit fe1aff2

Please sign in to comment.