raindrop_postgres 0.1.0 copy "raindrop_postgres: ^0.1.0" to clipboard
raindrop_postgres: ^0.1.0 copied to clipboard

The Postgres driver for raindrop, built on top of the postgres package.

70/ 160
pub points
177
downloads

We analyzed this package 26 hours ago, and awarded it 70 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
1
likes
70
points
177
downloads

Documentation

API reference

Publisher

verified publisherwolfenrain.dev

Weekly Downloads

The Postgres driver for raindrop, built on top of the postgres package.

Repository (GitHub)
View/report issues
Contributing

Topics

#sql #database #postgres #migrations

License

MIT (license)

Dependencies

postgres, raindrop

More

Packages that depend on raindrop_postgres