Your database stays the source of truth. SqlXL doesn't reimplement validation — it uses the constraints you already have.
What you can do with it
insertBulk insert new rows from ExcelupdateBulk update existing rows from ExcelimportAdvanced multi-table workflows driven by feature config in your databaseexportExport query results to ExcelinferGenerate a SQL table schema from a spreadsheettestVerify your end-to-end pipelinedemoSpin up a local demo environment — no real database neededllm-contextMachine-readable reference for AI agents — one command to give your assistant full tool fluency
Works with your AI assistant
SqlXL ships a built-in context command that gives any AI assistant a complete, versioned reference for the tool — commands, flags, workflows, gotchas, and the full BulkOpFeature schema.
$ sqlxl llm-context --format json
# or include live database context
$ sqlxl llm-context --format json --include-state
Run it once at the start of a session. Your AI gets everything it needs to drive insert, update, and export workflows — no hallucinated flags, no stopping to explain the tool.