MySQL
by MySQL
Connect to MySQL databases to query, insert, update, and manage data
Sådan bruger agenter MySQL
- ✓Agent queries a MySQL table to retrieve records needed as context before generating a response
- ✓Agent inserts workflow results — events, outputs, logs — into a table for persistence and auditability
- ✓Agent updates order status, inventory counts, or user data as part of an e-commerce workflow
- ✓Agent runs aggregation queries to compute metrics or summaries used in a reporting step
- ✓Agent performs a transactional write to ensure data consistency when multiple records must change together
Agenthandlinger
Input: query, parameters
Returnerer: rows, rowCount, fields
Input: table, data
Returnerer: insertId, affectedRows
Input: query, parameters
Returnerer: affectedRows, changedRows
Input: query, parameters
Returnerer: affectedRows
Input: queries
Returnerer: results, success
Input: procedure, parameters
Returnerer: results
Input: table
Returnerer: columns, primaryKey, indexes
Input: table, data, batchSize
Returnerer: totalInserted, batches
Eksempel på workflows
User management system
Query and manage user data in MySQL
Analytics data warehouse
Store and query analytics data
E-commerce order processing
Manage orders, inventory, and customer data
Om MySQL
- Leverandør
- MySQL
- Pris Tjek altid detaljer med udbyderen
- Gratis — MySQL is open-source and free to use. Cloud hosting may have costs.
- Godkendelse
- Grundlæggende godkendelse
- Kompatible noder
- AgentResourceInputOutput
- Hjemmeside
- https://www.mysql.com
Byg et AI-workflow med MySQL
Brug Agentic Planner til at designe, visualisere og forbinde MySQL med dine andre værktøjer.
Åbn Agentic PlannerRelaterede Databaser-værktøjer
PostgreSQL
Connect to PostgreSQL databases to query, insert, update, and manage data
MongoDB
Connect to MongoDB databases to store, query, and manage document-based data
Pinecone
Upsert and query vector embeddings in Pinecone for retrieval-augmented generation (RAG), semantic search, and similarity matching in agent workflows.