https://github.com/arcbjorn/scripts-sql-queries
Javascript functions (integrated with bash) and sample SQL Queries
https://github.com/arcbjorn/scripts-sql-queries
bash-script html5 javascript sql
Last synced: about 2 months ago
JSON representation
Javascript functions (integrated with bash) and sample SQL Queries
- Host: GitHub
- URL: https://github.com/arcbjorn/scripts-sql-queries
- Owner: arcbjorn
- Created: 2020-05-23T21:33:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T21:42:36.000Z (about 6 years ago)
- Last Synced: 2025-05-31T08:29:40.044Z (about 1 year ago)
- Topics: bash-script, html5, javascript, sql
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript functions (integrated with bash) and sample SQL Queries
### Clone repository
```sh
git clone https://github.com/arcbjorn/scripts-sql-queries.git
```
### Make sure you have node installed
```sh
node -v
echo $SHELL
```
## Run the CLI tool to review the tasks
```
sh review.sh
```