diff --git a/README.md b/README.md index 83a6aa6..444aeb7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 + # 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