fluent_query_builder 5.5.0 fluent_query_builder: ^5.5.0 copied to clipboard
A dart library that allows you to execute SQL queries in the PostgreSQL database in a fluent way, is very easy to execute.
We analyzed this package 11 hours ago, and awarded it 140 pub points (of a possible 160):
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
.
10/10 points: 20% or more of the public API has dartdoc comments
123 out of 448 API elements (27.5 %) have documentation comments.
Some symbols that are missing documentation: fluent_query_builder.Block
, fluent_query_builder.Block.Block
, fluent_query_builder.Block.buildReturningFields
, fluent_query_builder.Block.buildStr
, fluent_query_builder.Block.buildSubstitutionValues
.
10/10 points: Package has an example
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:fluent_query_builder/fluent_query_builder.dart
that imports:package:fluent_query_builder/src/db_layer.dart
that imports:package:fluent_query_builder/src/query_executors/mysql_executor_sqljocky5.dart
that imports:package:galileo_sqljocky5/sqljocky.dart
that imports:package:galileo_sqljocky5/public/connection/connection.dart
that imports:package:galileo_sqljocky5/internal/connection/impl.dart
that imports:package:galileo_sqljocky5/internal/comm/comm.dart
that imports:package:galileo_sqljocky5/internal/comm/sender.dart
that imports:package:galileo_sqljocky5/internal/comm/buffered_socket.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fluent_query_builder/fluent_query_builder.dart
that imports:package:fluent_query_builder/src/db_layer.dart
that imports:package:fluent_query_builder/src/query_executors/mysql_executor_sqljocky5.dart
that imports:package:galileo_sqljocky5/sqljocky.dart
that imports:package:galileo_sqljocky5/public/connection/connection.dart
that imports:package:galileo_sqljocky5/internal/connection/impl.dart
that imports:package:galileo_sqljocky5/internal/comm/comm.dart
that imports:package:galileo_sqljocky5/internal/comm/sender.dart
that imports:package:galileo_sqljocky5/internal/comm/buffered_socket.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
INFO: The file name 'QBOptionBuilder.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run dart analyze lib/src/builders/QBOptionBuilder.dart
INFO: An uninitialized variable should have an explicit type annotation.
lib/src/db_layer.dart:462:9
╷
462 │ var id, query;
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/db_layer.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
galileo_mysql |
^3.0.0 |
3.0.0 | 3.0.0 |
galileo_sqljocky5 |
^3.0.0 |
3.0.0 | 3.0.0 |
logging |
^1.0.1 |
1.3.0 | 1.3.0 |
pool |
^1.5.0 |
1.5.1 | 1.5.1 |
postgres |
^2.4.3 |
2.6.4 | 3.4.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
buffer |
- | 1.2.3 | 1.2.3 |
charcode |
- | 1.3.1 | 1.3.1 |
collection |
- | 1.19.1 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
galileo_typed_buffer |
- | 3.0.0 | 3.0.0 |
meta |
- | 1.16.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
sasl_scram |
- | 0.1.1 | 0.1.1 |
saslprep |
- | 1.0.3 | 1.0.3 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
typed_data |
- | 1.4.0 | 1.4.0 |
unorm_dart |
- | 0.3.0 | 0.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.4.3` on postgres does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions postgres
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.