raindrop_postgres 0.1.0
raindrop_postgres: ^0.1.0 copied to clipboard
The Postgres driver for raindrop, built on top of the postgres package.
We analyzed this package 26 hours ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
249 out of 251 API elements (99.2 %) have documentation comments.
Some symbols that are missing documentation: ddl, raindrop_postgres.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The function 'serveDdlGenerator' isn't defined.
lib/ddl.dart:12:5
╷
12 │ serveDdlGenerator(const PostgresDdlGenerator(), sendPort);
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ddl.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
postgres |
>=3.0.0 <4.0.0 |
3.5.16 | 3.5.16 | |
raindrop |
^0.1.0 |
0.1.1 | 0.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pool |
- | 1.5.3 | 1.5.3 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
NON_TYPE_AS_TYPE_ARGUMENT-lib/src/postgres_delegate.dart:37:27- The name 'TxSession' isn't a type, so it can't be used as a type argument.UNDEFINED_CLASS-lib/src/postgres_delegate.dart:41:9- Undefined class 'TxSession'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.4.
Check the analysis log for details.