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

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

140/ 160
pub points
133
downloads

We analyzed this package 16 hours ago, and awarded it 140 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_orm_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_orm_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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

70 out of 70 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

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_orm ^0.2.0 0.2.0 0.3.0
aim_postgres ^0.2.0 0.2.0 0.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
aim_database - 0.2.0 0.3.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
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_orm does not support the stable version `0.3.0`, that was published 0 days ago.

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

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

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

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

Try running dart pub upgrade --major-versions aim_postgres 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
140
points
133
downloads

Documentation

API reference

Publisher

verified publisherdart-forge.dev

Weekly Downloads

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

License

MIT (license)

Dependencies

aim_orm, aim_postgres

More

Packages that depend on aim_orm_postgres