Created
March 15, 2025 15:43
-
-
Save matsonj/9cf588d5d5a82dc6b2164fe320782af4 to your computer and use it in GitHub Desktop.
AI rules for using DuckDB & MotherDuck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This project uses MotherDuck in cloud, and DuckDB locally. | |
To check data in DuckDB with a query, use this in the terminal: `duckdb <dbname> -c <query>` | |
To check data in DuckDB with a sql file, use this in the terminal: `duckdb <dbname> -f <query>` | |
MotherDuck documentation is here: https://motherduck.com/docs | |
LLM friendly documentation for MotherDuck is here: https://motherduck.com/docs/llms/motherduck.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment