Skip to main content

TiDB Cloud

MySQL-compatible distributed SQL database package for TiDB Cloud (PingCap). Provides Connect/Disconnect lifecycle management plus CRUD operations: Execute Query (arbitrary SQL with SELECT/SHOW/DESCRIBE/EXPLAIN detection), Select (with columns, WHERE, ORDER BY, LIMIT), Insert (single row or bulk via array-of-arrays), Update (requires WHERE clause), and Delete (requires WHERE clause). All query nodes support two connection modes: either a Client ID from the Connect node, or direct credentials on each node (Connect node is optional). Uses MySQL protocol over TLS (enabled by default, required for TiDB Cloud Serverless). Auth via server hostname, port (default 4000), database, username, and password.

NamespaceRobomotion.TiDBCloud
Version1.1.0
CategoryDatabase
Nodes8

Nodes

NodeDescription
ConnectOpens a connection to TiDB Cloud and returns a Client ID.
DisconnectCloses a TiDB Cloud connection.
Execute QueryExecute Query — see the properties below.
SelectSelect — see the properties below.
InsertInserts in TiDB Cloud.
UpdateUpdates in TiDB Cloud.
DeleteDeletes in TiDB Cloud.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

7 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Execute Query, Select, Insert, Update, Delete.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.