
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@sumor/data-nuts
Advanced tools
轻呈云数据库框架
通过 npm 安装:
$ npm install --save @sumor/data-nuts
ES6方式
//例如要访问的程序路径为level1.level2.level3
import {level1} from '@sumor/data-nuts';
level1.level2.level3('parameter1');
Node.js CommonJS方式
//例如要访问的程序路径为level1.level2.level3
const {level1} = require('@sumor/data-nuts');
level1.level2.level3('parameter1');
同步函数
同步函数
数据库操作核心控制器
类
type <String> 数据库类型 (必填项) mysql, sqlite等host <String> 数据库地址 (必填项)port <Number> 端口号password <String> 密码database <String> 数据库名称 (必填项)charset <String> 字符集 如:utf8mb4异步函数
异步函数
异步函数
异步函数
FAQs
The npm package @sumor/data-nuts receives a total of 0 weekly downloads. As such, @sumor/data-nuts popularity was classified as not popular.
We found that @sumor/data-nuts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.