mongo_pool 1.4.1 copy "mongo_pool: ^1.4.1" to clipboard
mongo_pool: ^1.4.1 copied to clipboard

A MongoDB connection pool for Dart. Using this package, your application will open as many database connections as you specify as soon as it runs.

2
likes
140/ 140
pub points
73%
popularity

We analyzed this package 7 hours ago, and awarded it 140 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

693 out of 2091 API elements (33.1 %) have documentation comments.

Some symbols that are missing documentation: mongo_pool, mongo_pool.AEList.build, mongo_pool.AEList.AEList.internal, mongo_pool.AEObject.build, mongo_pool.AEObject.AEObject.internal.

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_pool/mongo_pool.dart that imports:
  • package:mongo_dart/mongo_dart.dart that imports:
  • package:mongo_dart/src/extensions/file_ext.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

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

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

Package Constraint Compatible Latest
cached_annotation ^1.6.0 1.7.0 1.7.0
meta ^1.9.1 1.14.0 1.14.0
mongo_dart ^0.10.0 0.10.2 0.10.2
very_good_analysis ^5.0.0+1 5.1.0 5.1.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
basic_utils - 5.7.0 5.7.0
bson - 5.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
decimal - 2.3.3 2.3.3
fixnum - 1.1.0 1.1.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
json_annotation - 4.9.0 4.9.0
logging - 1.2.0 1.2.0
mongo_dart_query - 5.0.0 5.0.0
packages_extensions - 0.1.0 0.1.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
pointycastle - 3.9.0 3.9.0
pool - 1.5.1 1.5.1
power_extensions - 0.2.2 0.2.2
rational - 2.2.2 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
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
uuid - 4.4.0 4.4.0
vy_string_utils - 0.4.5 0.4.5
web - 0.5.1 0.5.1

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

2
likes
140
pub points
73%
popularity

Publisher

verified publishermerterkoc.dev

A MongoDB connection pool for Dart. Using this package, your application will open as many database connections as you specify as soon as it runs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_annotation, meta, mongo_dart, very_good_analysis

More

Packages that depend on mongo_pool