@faasjs/knex 0.0.2-beta.362 → 0.0.2-beta.366

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -8
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # @faasjs/knex
2
2
 
3
- Knex 插件
4
-
5
3
  [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/knex/LICENSE)
6
4
  [![NPM Stable Version](https://img.shields.io/npm/v/@faasjs/knex/stable.svg)](https://www.npmjs.com/package/@faasjs/knex)
7
5
  [![NPM Beta Version](https://img.shields.io/npm/v/@faasjs/knex/beta.svg)](https://www.npmjs.com/package/@faasjs/knex)
8
6
 
7
+ FaasJS's sql plugin, base on [Knex](https://knexjs.org/).
8
+
9
+ ## Install
10
+
11
+ npm install @faasjs/knex
9
12
  ## Modules
10
13
 
11
14
  ### Classes
@@ -14,14 +17,14 @@ Knex 插件
14
17
 
15
18
  ### Type aliases
16
19
 
17
- - [KnexConfig](modules.md#knexconfig)
20
+ - [KnexConfig](#knexconfig)
18
21
 
19
22
  ### Functions
20
23
 
21
- - [query](modules.md#query)
22
- - [raw](modules.md#raw)
23
- - [transaction](modules.md#transaction)
24
- - [useKnex](modules.md#useknex)
24
+ - [query](#query)
25
+ - [raw](#raw)
26
+ - [transaction](#transaction)
27
+ - [useKnex](#useknex)
25
28
 
26
29
  ## Type aliases
27
30
 
@@ -114,7 +117,7 @@ ___
114
117
 
115
118
  | Name | Type |
116
119
  | :------ | :------ |
117
- | `config?` | [`KnexConfig`](modules.md#knexconfig) |
120
+ | `config?` | [`KnexConfig`](#knexconfig) |
118
121
 
119
122
  #### Returns
120
123
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@faasjs/knex",
3
- "version": "0.0.2-beta.362",
3
+ "version": "0.0.2-beta.366",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "homepage": "https://faasjs.com/doc/knex.html",
7
+ "homepage": "https://faasjs.com/doc/knex",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/faasjs/faasjs.git",
@@ -22,9 +22,9 @@
22
22
  "dist"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@faasjs/deep_merge": "^0.0.2-beta.362",
26
- "@faasjs/func": "^0.0.2-beta.362",
27
- "@faasjs/logger": "^0.0.2-beta.362",
25
+ "@faasjs/deep_merge": "^0.0.2-beta.366",
26
+ "@faasjs/func": "^0.0.2-beta.366",
27
+ "@faasjs/logger": "^0.0.2-beta.366",
28
28
  "knex": "*"
29
29
  },
30
30
  "devDependencies": {