urimai¶
urimai is an AI-powered SQL answer engine that lets you query databases using plain English. Point it at a SQLite database or CSV file, and start asking questions — urimai handles schema understanding, SQL generation, execution, and result explanation automatically. It also profiles your data and runs quality checks so you can understand your dataset before you even ask your first question.
Quick start¶
pip install urimai
urim setup # configure API key
urim init mydata.db # register a database
urim chat mydata # start asking questions
User Guide¶
User Guide