@openfn/language-mssql 4.0.2 → 4.0.4

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.
package/README.md CHANGED
@@ -4,16 +4,12 @@ Language Pack for connecting to Azure SQL Server via OpenFn.
4
4
 
5
5
  ## Documentation
6
6
 
7
- ### Sample configuration
8
-
9
- ```json
10
- {
11
- "userName": "shhh",
12
- "password": "secret",
13
- "server": "something.database.windows.net",
14
- "database": "my-demo"
15
- }
16
- ```
7
+ ### Configuration
8
+
9
+ View all the required and optional properties for `state.configuration` in the
10
+ official
11
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/mssql-configuration-schema/)
12
+ definition.
17
13
 
18
14
  ### Sample expression
19
15