@bitblit/ratchet-rdbms 4.0.150-alpha → 4.0.152-alpha
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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,6 +16,11 @@ You may wish to read [the changelog](CHANGELOG.md)
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
|
18
18
|
### Paginator
|
|
19
|
+
|
|
20
|
+
https://cloudonaut.io/passwordless-database-authentication-for-aws-lambda/
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
19
24
|
(To understand the terminology here you may want to read [this](https://nordicapis.com/understanding-5-types-of-web-api-pagination/))
|
|
20
25
|
|
|
21
26
|
This library natively supports:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-rdbms",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.152-alpha",
|
|
4
4
|
"description": "Ratchet tooling for working with relational databases",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"license": "Apache-2.0",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@bitblit/ratchet-common": "4.0.
|
|
62
|
+
"@bitblit/ratchet-common": "4.0.152-alpha",
|
|
63
63
|
"get-port": "7.0.0",
|
|
64
64
|
"mysql2": "3.3.3",
|
|
65
65
|
"tunnel-ssh": "5.0.5"
|