aim_postgres 0.2.0 copy "aim_postgres: ^0.2.0" to clipboard
aim_postgres: ^0.2.0 copied to clipboard

A native PostgreSQL driver for Dart with full wire protocol implementation. Supports SSL/TLS, SCRAM-SHA-256 authentication, and parameterized queries.

150/ 160
pub points
134
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

packages/aim_postgres/pubspec.yaml from the repository URL mismatch: expected https://github.com/aim-dart/aim but got https://github.com/dart-forge/aim.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: aim_postgres,
    • contains a version property, and,
    • does not contain a publish_to property.

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

62 out of 76 API elements (81.6 %) have documentation comments.

Some symbols that are missing documentation: aim_postgres.PoolOptions.PoolOptions.new, aim_postgres.PoolStats.PoolStats.new, aim_postgres.PoolTimeoutException.PoolTimeoutException.new, aim_postgres.PostgresConnection.noticeMessage, aim_postgres.PostgresDatabase.close.

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:aim_postgres/aim_postgres.dart that imports:
  • package:aim_postgres/src/pg_database.dart that imports:
  • package:aim_postgres/src/pg_connection.dart that imports:
  • dart:io
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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
aim_database ^0.2.0 0.2.0 0.3.0
crypto ^3.0.7 3.0.7 3.0.7
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
typed_data - 1.4.0 1.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.2.0` on aim_database does not support the stable version `0.3.0`, that was published 0 days ago.

When aim_database is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions aim_database to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Dart 3.13.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
150
points
134
downloads

Documentation

API reference

Publisher

verified publisherdart-forge.dev

Weekly Downloads

A native PostgreSQL driver for Dart with full wire protocol implementation. Supports SSL/TLS, SCRAM-SHA-256 authentication, and parameterized queries.

License

MIT (license)

Dependencies

aim_database, crypto

More

Packages that depend on aim_postgres