Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.88 KB

askyourdatabase.md

File metadata and controls

36 lines (19 loc) · 1.88 KB

AskYourDatabase

AskYourDatabase is your AI Business intelligence engineer. Connect your database and start chatting with your data. No need to write SQL code, just have a conversation!

Example prompts

  1. Prompt 1: "Can you help me analyze the sales data from the past year?"

  2. Prompt 2: "What are the top-selling products in the last month?"

  3. Prompt 3: "Find the average customer rating for our products."

  4. Prompt 4: "I want to see a breakdown of sales by region."

  5. Prompt 5: "Can you recommend a strategy to increase customer engagement?"

Features and commands

  1. Command: get-started

    • Description: Call this API whenever you want to know how to use this plugin. It will provide a getting started message.
  2. Command: getDatabaseMeta

    • Description: Fetch the schema of your database, including the names and columns of all tables. You can also specify which tables to fetch if needed.
  3. Command: executeSQL

    • Description: Execute an SQL query and return the results. Use this command to retrieve specific data from your database.
  4. Command: executeMongoQuery

    • Description: Execute a MongoDB query and return the results. This command is specifically for working with MongoDB databases.

Remember to provide the necessary inputs and follow the required format for each command to get accurate results. Feel free to ask for help whenever needed!