This project uses MotherDuck in cloud, and DuckDB locally. To check data in DuckDB with a query, use this in the terminal: `duckdb -c ` To check data in DuckDB with a sql file, use this in the terminal: `duckdb -f ` MotherDuck documentation is here: https://motherduck.com/docs LLM friendly documentation for MotherDuck is here: https://motherduck.com/docs/llms/motherduck.txt