fluent_query_builder 5.0.0 copy "fluent_query_builder: ^5.0.0" to clipboard
fluent_query_builder: ^5.0.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.

51
likes
140/ 160
pub points
210
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

112 out of 477 API elements (23.5 %) have documentation comments.

Some symbols that are missing documentation: fluent_query_builder.Block, fluent_query_builder.Block.Block.new, fluent_query_builder.Block.buildReturningFields, fluent_query_builder.Block.buildStr, fluent_query_builder.Block.buildSubstitutionValues.

Passed check 10/10 points: Package has an example

Failed 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: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

Failed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 21 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:424:9

    ╷
424 │     var id, query;
    │         ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/db_layer.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
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.5.6
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
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.1 1.12.1
stream_channel - 2.1.4 2.1.4
synchronized - 3.3.1 3.3.1
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.

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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
51
likes
140
points
210
downloads

Publisher

verified publishergalileodart.com

Weekly Downloads

A dart library that allows you to execute SQL queries in the PostgreSQL database in a fluent way, is very easy to execute.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

galileo_mysql, galileo_sqljocky5, logging, pool, postgres

More

Packages that depend on fluent_query_builder