Skip to main content

CRUD operations.

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

SDK TypeApplicable PlatformTarget Object
Mini Program Client SDKMini ProgramMySQL database, data model
Web SDKWeb browserdocument database, MySQL database, data model
Node.js 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 Web SDK. For specific syntax, please refer to Web SDK.