@openfn/language-mysql 1.3.2 → 1.3.3

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 +6 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,17 +8,12 @@ for the full list of available helper functions including `upsert(...)`.**
8
8
 
9
9
  ## Documentation
10
10
 
11
- ## sample configuration
12
-
13
- ```json
14
- {
15
- "host": "some-host-url.compute-1.amazonaws.com",
16
- "port": "3306",
17
- "database": "wouldntyouliketoknow",
18
- "user": "me",
19
- "password": "noway"
20
- }
21
- ```
11
+ ### Configuration
12
+
13
+ View all the required and optional properties for `state.configuration` in the
14
+ official
15
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/mysql-configuration-schema/)
16
+ definition.
22
17
 
23
18
  ## Execute a query
24
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-mysql",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "A MySQL Language Pack for OpenFn",
5
5
  "homepage": "https://docs.openfn.org",
6
6
  "main": "dist/index.cjs",