mongo_repository 3.0.0 copy "mongo_repository: ^3.0.0" to clipboard
mongo_repository: ^3.0.0 copied to clipboard

discontinued
outdated

Concrete implementation of the nosql_repository package for the MongoDB database.

0
likes
120/ 140
pub points
0%
popularity

We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://gitlab.com/squarealfa/dart_framework/-/tree/main/mongo_repository was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://gitlab.com/squarealfa/dart_framework was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

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: mongo_repository,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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: MPL-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

11 out of 31 API elements (35.5 %) have documentation comments.

Some symbols that are missing documentation: mongo_repository, mongo_repository.EntityDb, mongo_repository.EntityDb.EntityDb, mongo_repository.EntityDb.collection, mongo_repository.EntityDb.db.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:mongo_repository/mongo_repository.dart that imports:
  • package:mongo_repository/src/mongo_repository.dart that imports:
  • package:mongo_repository/src/expression_rendering/expression_extension.dart that imports:
  • package:mongo_dart/mongo_dart.dart that imports:
  • package:mongo_dart/src/database/utils/dns_lookup.dart that imports:
  • package:basic_utils/basic_utils.dart that imports:
  • package:basic_utils/src/X509Utils.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
mongo_dart ^0.7.2 0.7.4+1 0.10.2
nosql_repository ^3.0.0 3.0.0 6.0.0
squarealfa_security ^2.0.0 2.2.1 3.4.0
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
asn1lib - 1.5.3 1.5.3
async - 2.11.0 2.11.0
basic_utils - 3.9.4 5.7.0
boolean_selector - 2.1.1 2.1.1
bson - 1.0.4 5.0.4
buffer - 1.2.3 1.2.3
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
crypto_keys - 0.3.0+1 0.3.0+1
cryptography - 2.7.0 2.7.0
ffi - 2.1.2 2.1.2
fixnum - 1.1.0 1.1.0
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
jose - 0.3.4 0.3.4
js - 0.6.7 0.7.1
json_annotation - 4.9.0 4.9.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.15.0 1.15.0
mongo_dart_query - 1.0.2 5.0.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
pointycastle - 3.9.1 3.9.1
pool - 1.5.1 1.5.1
power_extensions - 0.2.2 0.2.2
quiver - 3.2.1 3.2.1
rational - 1.2.1 2.2.2
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
uuid - 3.0.7 4.4.0
vy_string_utils - 0.4.5 0.4.5
x509 - 0.2.4+2 0.2.4+2

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

Found 3 issues. Showing the first 2:

The constraint `^0.7.2` on mongo_dart does not support the stable version `0.8.0`.

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

The constraint `^3.0.0` on nosql_repository does not support the stable version `4.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Concrete implementation of the nosql_repository package for the MongoDB database.

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

mongo_dart, nosql_repository, squarealfa_security, tuple

More

Packages that depend on mongo_repository