From 9dde73af907393aed4bea424d376d61e9f18781d Mon Sep 17 00:00:00 2001 From: Adam Gagorik Date: Sun, 22 Sep 2024 16:43:03 -0400 Subject: [PATCH] Add note about SQLite --- docs/usage.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index a2d7490..4621ca6 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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.