Skip to content

Commit

Permalink
Add note about SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGagorik committed Sep 22, 2024
1 parent 187180e commit 9dde73a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ run and any flags you want to set.

{{ get_help_message("ffxiahbot") }}

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

#### Downloading a new Items CSV

This command will download item data from ffxiah.com and save it to a CSV file.
Expand Down

0 comments on commit 9dde73a

Please sign in to comment.