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.

140/ 160
pub points
173
downloads

We analyzed this package 10 days ago, and awarded it 140 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

250 out of 252 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

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:raindrop_postgres/raindrop_postgres.dart that imports:
  • package:raindrop_postgres/src/postgres_table.dart that imports:
  • package:raindrop/raindrop.dart that imports:
  • package:raindrop/src/migration/migration_storage.dart that imports:
  • package:raindrop/ddl.dart that imports:
  • package:raindrop/src/ddl/ddl_generator.dart that imports:
  • dart:isolate
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

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.12 3.5.12
raindrop ^0.1.0 0.1.0 0.1.0
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.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
173
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