CRUD operations.
Cloud Development provides multiple SDKs for developers to operate MySQL databases, including Mini Program SDK, Web SDK, Node.js SDK, etc.
| SDK Type | Applicable Platform | Target Object |
|---|---|---|
| Mini Program Client SDK | Mini Program | MySQL database, data model |
| Web SDK | Web browser | document database, MySQL database, data model |
| Node.js SDK | Node.js environment | document database, MySQL database, data model |
⚠️ Warning
After the Mini Program Client SDK obtains a database instance, the syntax for operating MySQL databases is consistent with the Web SDK. For specific syntax, please refer to Web SDK.