We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8379a commit ba68358Copy full SHA for ba68358
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- Support SASL / SCRAM-SHA-256 Authentication, [#6](https://github.com/isoos/postgresql-dart/pull/6).
6
- Decoder for type `numeric` / `decimal`, [#7](https://github.com/isoos/postgresql-dart/pull/7).
7
8
## 2.3.2
pubspec.yaml
@@ -10,10 +10,7 @@ dependencies:
10
buffer: ^1.1.0
11
crypto: ^3.0.0
12
collection: ^1.15.0
13
- sasl_scram:
14
- git:
15
- url: https://github.com/mongo-dart/sasl_scram.git
16
- ref: main
+ sasl_scram: ^0.1.0
17
18
dev_dependencies:
19
pedantic: ^1.0.0
0 commit comments