### Example: Loading Markdown Files into SQLite Source: https://github.com/simonw/markdown-to-sqlite/blob/main/README.md This example demonstrates how to use the `markdown-to-sqlite` command-line tool to load `file1.md` and `file2.md` into the `documents` table within the `docs.db` SQLite database. ```Shell $ markdown-to-sqlite docs.db documents file1.md file2.md ``` -------------------------------- ### CLI Usage Syntax for markdown-to-sqlite Source: https://github.com/simonw/markdown-to-sqlite/blob/main/README.md This snippet illustrates the general command-line syntax for the `markdown-to-sqlite` tool, showing the required arguments for the database name, table name, and input markdown file paths, along with optional parameters. ```Shell Usage: markdown-to-sqlite [OPTIONS] DBNAME TABLE PATHS... ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.