athena_sql 1.1.8 copy "athena_sql: ^1.1.8" to clipboard
athena_sql: ^1.1.8 copied to clipboard

Dart SQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.

140/ 160
pub points
73
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://docs.athena-sql.dev/ was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting athena_sql... Discovering libraries... Linking elements... Precaching local docs for 157100 elements... Initialized dartdoc with 203 libraries Generating docs for library athena_sql.dart from package:athena_sql/athena_sql.dart... Generating docs for library schemas.dart from package:athena_sql/schemas.dart... Generating docs for library query_printable.dart from package:athena_sql/query_printable.dart... Documented 3 public libraries in 33.3 seconds ERR: warning: ambiguous reexport of athena_sql_base.AthenaDatabaseExtension, canonicalization candidates: (athena_sql, athena_sql) -> athena_sql (confidence 0.000) from athena_sql_base.AthenaDatabaseExtension: (file:///tmp/pana_PPVOWI/lib/src/athena_sql_base.dart:21:11) athena_sql: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) athena_sql: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) Use {@canonicalFor athena_sql_base.AthenaDatabaseExtension} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [57 more lines]

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:athena_sql/athena_sql.dart that imports:
  • package:athena_utils/athena_utils.dart that imports:
  • package:athena_utils/src/files_service.dart that imports:
  • package:file/memory.dart that imports:
  • package:file/src/backends/memory.dart that imports:
  • package:file/src/backends/memory/style.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:athena_sql/athena_sql.dart that imports:
  • package:athena_utils/athena_utils.dart that imports:
  • package:athena_utils/src/files_service.dart that imports:
  • package:file/memory.dart that imports:
  • package:file/src/backends/memory.dart that imports:
  • package:file/src/backends/memory/style.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.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.cn/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 5 issues. Showing the first 2:

INFO: Unnecessary 'this.' qualifier.

lib/src/builders/dml/select_table.dart:34:55

   ╷
34 │   QueryWhereItemValue<D> operator [](String value) => this.$value(value);
   │                                                       ^^^^
   ╵

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

INFO: Unnecessary 'this.' qualifier.

lib/src/builders/query_builder.dart:13:19

   ╷
13 │         driver ?? this._driver,
   │                   ^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
athena_utils ^1.0.4 1.2.0 1.2.0
collection ^1.17.1 1.19.1 1.19.1
Transitive dependencies
Package Constraint Compatible Latest Notes
file - 7.0.1 7.0.1
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
yaml - 3.1.3 3.1.3

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

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.24, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
73
downloads

Publisher

verified publisherathena-sql.dev

Weekly Downloads

Dart SQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

athena_utils, collection

More

Packages that depend on athena_sql