Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Dec 9, 2023
1 parent 30cb8bb commit 14dacae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ A little CLI for working with databases during development for quick queries and
- [ ] On the fly creation of databases - SQLite, maybe others

<!-- 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 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

<!-- commandsstop -->
2 changes: 0 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,3 @@ FLAGS
DESCRIPTION
Re-run a previous database query
```

_See code: [dist/commands/history/query.ts](https://github.com/nabeelvalley/sqlq/blob/v0.0.0/dist/commands/history/query.ts)_
2 changes: 0 additions & 2 deletions docs/tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ DESCRIPTION
Use a tool with a connection
```

_See code: [dist/commands/tool/query.ts](https://github.com/nabeelvalley/sqlq/blob/v0.0.0/dist/commands/tool/query.ts)_

## `sqlq tool update NAME [QUERY] [DESCRIPTION]`

Update a tool
Expand Down

0 comments on commit 14dacae

Please sign in to comment.