Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Dec 9, 2023
1 parent 6857ca8 commit 1010314
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SQLQ

A simple CLI for working with databases during development for quick queries and automation
A little CLI for working with databases during development for quick queries and automation

# Goals

Expand All @@ -13,12 +13,13 @@ A simple 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 -->

0 comments on commit 1010314

Please sign in to comment.