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

49
likes
120/ 140
pub points
60%
popularity

We analyzed this package 7 days ago, and awarded it 120 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

123 out of 450 API elements (27.3 %) 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

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: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
partial
Pass static analysis
40 / 50trigger folding of the section

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

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
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.2.0 1.2.0
pool ^1.5.0 1.5.1 1.5.1
postgres ^2.4.3 2.6.4 3.2.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
galileo_typed_buffer - 3.0.0 3.0.0
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
synchronized - 3.1.0+1 3.1.0+1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

49
likes
120
pub points
60%
popularity

Publisher

verified publishergalileodart.com

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)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

galileo_mysql, galileo_sqljocky5, logging, pool, postgres

More

Packages that depend on fluent_query_builder