Skip to content

Commit

Permalink
Use makrdown list instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGagorik committed Sep 22, 2024
1 parent 9dde73a commit 84e5813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ run and any flags you want to set.
!!! note

You do not actually need a live or production SQL database to test these commands.
Instead, you can pass the `--use-sqlite-db` flag to use a fake SQLite database instead.
This will manipulate a SQLite database file on your machine instead of a real server's database.
You can then inspect the database with any tool that can read SQLite databases.

* Instead, you can pass the `--use-sqlite-db` flag to use a fake SQLite database instead.
* This will manipulate a SQLite database file on your machine instead of a real server's database.
* You can then inspect the database with any tool that can read SQLite databases.

#### Downloading a new Items CSV

Expand Down

0 comments on commit 84e5813

Please sign in to comment.