inconvo
Safe natural-language querying over production databases
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Inconvo?โผ
Run `npx skills add inconvoai/inconvo --all -g -y` in your terminal to install all skills in this repository globally.
How to let users chat with production data safely?โผ
Inconvo validates every generated query against explicitly allowed tables, columns, and joins before execution, so natural-language questions never touch restricted data.
How does Inconvo handle multi-tenant data access?โผ
You define tenant fields in user-context and set row-level conditions per table, and Inconvo applies tenant scoping automatically at runtime without custom query logic.
Which databases does Inconvo support?โผ
It connects to PostgreSQL, MySQL, SQL Server, and BigQuery, with automatic schema introspection including foreign key relations.
Can I update the semantic model from code?โผ
Yes. The Inconvo CLI lets you mutate tables, columns, relations, computed fields, and policies directly with commands like `inconvo model table set-access`, with local snapshots synced automatically.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web