Skip to main content

CRUD

Cloud Development provides multiple SDKs for developers to operate MySQL databases, including Mini Program SDK, JS SDK, Node SDK, etc.

SDK TypeApplicable PlatformTarget Object
Mini Program Client SDKMini ProgramMySQL database, data model
JS SDKWeb browserdocument database, MySQL database, data model
Node SDKNode.js environmentdocument 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.