SQL Load

Load a flat dataset (CSV / Parquet / JSON / Excel) into a SQL database. Either uses an existing configured database connection or walks the user through configuring a new one (PostgreSQL, MySQL, SQLite, MSSQL, DuckDB). Creates the table if absent, validates schema, handles primary keys and indexes, and loads with chunked inserts for large files. Use when this capability is needed.

tomevault-io 448f9ec 2 files · 5.2 KB Updated

File contents

tomevault-io/skills-registry/tree/main/danielrosehill--claude-data-wrangler-plugin--sql-load commit 448f9ec9f7

Frequently asked questions

npx skillmds@latest add tomevault-io/sql-load