Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bamei-module-knex-mysql

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bamei-module-knex-mysql - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

README.md

8

index.js

@@ -19,11 +19,9 @@ 'use strict';

/**
* 配置:
* {Object} connection 连接信息,默认 {},参考 bamei-module-knex
* {Object} pool 连接池,默认 { min: 0, max: 5 },参考 bamei-module-knex
*/
// 填充默认配置
exports.config = function fillDefaultConfig(config) {
// 参考 bamei-module-knex 模块
return config;
};
// 初始化
exports.init = function initKnexMySQLModule(ref, config, done) {

@@ -30,0 +28,0 @@

{
"name": "bamei-module-knex-mysql",
"version": "0.0.6",
"description": "module-knex-mysql",
"version": "0.0.7",
"description": "knex 支持,使用 mysql 存储",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc