Turn your SQLite data into a simple chat experience. Team members can ask questions in plain English and get answers from the database without writing SQL. Great for quick checks, ad hoc reports, and follow up questions in one place.
Behind the scenes, a manual step downloads and saves a sample SQLite file once. Each chat message then loads the local database, merges the chat JSON with the database file, and sends both to an AI SQL Agent powered by OpenAI. The agent can run several SQL queries to build the final answer. A memory buffer keeps the last 10 messages so follow up questions keep context.
You only need an OpenAI API key and access to n8n. Run the one time setup to fetch and store the database file, then start chatting with the data. Expect faster answers, fewer analyst requests, and better focus for your team. Helpful use cases include sales summaries, product counts, catalog lookups, and quick revenue snapshots.