ReportBuddy is an AI powered database query generation tool. It can convert simple text prompts into complex queries which can be executed against a database.

You can ask ReportBuddy any question that you would ask a database. For example, you can ask for a list of all customers who have spent more than $1000 in the last month.

No, ReportBuddy does not store any data. However, it does need to know about your database structure. Ei. Tables and columns. ReportBuddy uses that information to generate queries in the database's native query language.

  • ReportBuddy can be used in a number of ways:
    1. Query Only: The free version will return the query which you can execute on your database manually.
    2. Online Reports: ReportBuddy can connect to remote databases to execute the queries and generate reports.
    3. Integrated Reports: ReportBuddy also has an API which can be used to return the query alone, this can be executed on your local database without giving ReportBuddy access.
    4. On-Prem Installation: ReportBuddy can be installed on your own server and will not require any data to be sent to the cloud.

Although we store your database structure, we do not store any data. Your database may be queried to generate the requested report but your data is never stored by ReportBuddy.

ReportBuddy will only execute SELECT queries. This means that it can only read data from your database and cannot make any changes. It is safe to let ReportBuddy execute queries on your database.

We understand, and there are workarounds. You can create views on your database to give your tables and columns aliases. Then you only need to give ReportBuddy the view schema which can contain a subset of tables and columns.

Contact Us