Copilot generates queries based on your database schema, including tables, columns, enums, constraints, and more. Rows are never passed to Copilot.

Generate SQL to modify your data with an intuitive user experience. Includes inputs optimized for each data type.
Easily generate line, bar, and pie charts from your SQL results. Also, Copilot will automatically suggest appropriate charts for generated SQL.


Use natural language to get precise answers from your database. Get prompt suggestions and comfortably explore your data. Generate complex modifications tailored to your database schema.
Write SQL in a fully featured, VS Code-like editor. Get real-time AI completions and intellisense based on your schema.



SmartQuery has a strong focus on user experience and accessibility. Adjust the theme and primary color to your liking.
SmartQuery works on any device with a browser, including desktops, tablets, and phones. It can also be installed and used like a regular app, including offline support.

When handling credentials and table data, there is no room for compromise. That's why we've taken the following steps to make SmartQuery as secure as possible:
Storing credentials, connecting to databases, saving queries, and more always works locally by default. Data is only sent to our servers if you enable optional cloud features.
When storing credentials in the cloud, you can encrypt them with your account password. This way, your credentials can only be read by you, even in the unlikely event of a data breach.
Store your credentials in your browser's keychain to conveniently auto-fill them when connecting to databases. This guards your data using your operating system's authentication methods, like fingerprint or face ID.
Your data is never stored or logged, even when connecting through our cloud. We always use the minimum amount of data necessary to make a feature work. For instance, row data is never sent to our AI as context, only schema information.
Data is always transferred via HTTPS and protected from man-in-the-middle attacks. Our cloud uses state-of-the-art protection against DDoS attacks and other threats. The web app is protected against XSS and XSRF attacks and other web vulnerabilities.
The source code for SmartQuery is publically accessible and can be audited by anyone: github.com/simon-mathewson/smartquery