CRUD
Cloud Development provides multiple SDKs for developers to operate MySQL databases, including Mini Program SDK, JS SDK, Node SDK, etc.
| SDK Type | Applicable Platform | Target Object |
|---|---|---|
| Mini Program Client SDK | Mini Program | MySQL database, data model |
| JS SDK | Web browser | document database, MySQL database, data model |
| Node 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 JS SDK. For specific syntax, please refer to JS SDK.