Skip to content

Commit

Permalink
🔧 try to include prisma files
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Dec 9, 2023
1 parent cc3e7d1 commit b06854a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ Currently the application should work fine with:
- [ ] Run a parameterized query using a CSV for multiple inputs?

<!-- commands -->

# Command Topics

- [`sqlq connection`](docs/connection.md) - Create a connection to a database
- [`sqlq help`](docs/help.md) - Display help for sqlq.
- [`sqlq history`](docs/history.md) - Delete a history entry
- [`sqlq query`](docs/query.md) - Query data from a database by file
- [`sqlq tool`](docs/tool.md) - Create a tool
- [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history.
* [`sqlq connection`](docs/connection.md) - Create a connection to a database
* [`sqlq help`](docs/help.md) - Display help for sqlq.
* [`sqlq history`](docs/history.md) - Delete a history entry
* [`sqlq query`](docs/query.md) - Query data from a database by file
* [`sqlq tool`](docs/tool.md) - Create a tool
* [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history.

<!-- commandsstop -->
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"files": [
"/bin",
"/dist",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/prisma"
],
"homepage": "https://github.com/nabeelvalley/sqlq",
"license": "MIT",
Expand All @@ -72,7 +73,7 @@
"topics": {}
},
"repository": "nabeelvalley/sqlq",
"version": "0.0.0",
"version": "0.0.1",
"bugs": "https://github.com/nabeelvalley/sqlq/issues",
"keywords": [
"oclif"
Expand Down

0 comments on commit b06854a

Please sign in to comment.