# sscloud **Repository Path**: nsyouran/sscloud ## Basic Information - **Project Name**: sscloud - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 INSTALL ``` npm install sscloud ``` ## 导入 import ```js import cloud from 'sscloud' ``` ## 使用 use ```js import cloud from 'sscloud' const client = new cloud.Cloud({ appid: 'xxxx-xxxx' }) const db = client.database() const _ = db.command const $ = db.command.aggregate ```