knex_dart_bigquery 0.2.0 copy "knex_dart_bigquery: ^0.2.0" to clipboard
knex_dart_bigquery: ^0.2.0 copied to clipboard

Google BigQuery driver for knex_dart — execute queries against Google BigQuery via the BigQuery REST API using the knex_dart query builder.

130/ 160
pub points
107
downloads

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

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

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

6 out of 24 API elements (25.0 %) have documentation comments.

Some symbols that are missing documentation: knex_dart_bigquery.BigQueryClient.BigQueryClient.new, knex_dart_bigquery.BigQueryClient.close, knex_dart_bigquery.BigQueryClient.delete, knex_dart_bigquery.BigQueryClient.execute, knex_dart_bigquery.BigQueryClient.insert.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed 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:knex_dart_bigquery/knex_dart_bigquery.dart that imports:
  • package:knex_dart_bigquery/src/knex_bigquery.dart that imports:
  • package:knex_dart_bigquery/src/bigquery_client.dart that imports:
  • package:knex_dart/knex_dart.dart that imports:
  • package:knex_dart/src/migration/migrator.dart that imports:
  • package:knex_dart/src/migration/migration_source.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/universal_io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
20 / 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
http ^1.2.0 1.6.0 1.6.0
knex_dart ^1.1.0 1.2.1 1.2.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
knex_dart_capabilities - 0.3.0 0.3.0
logging - 1.3.0 1.3.0
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
web - 1.1.1 1.1.1

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • UNDEFINED_CLASS - lib/src/knex_bigquery.dart:8:9 - Undefined class 'KnexInterceptorPipeline'.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/knex_bigquery.dart:15:10 - The name 'QueryInterceptor' isn't a type, so it can't be used as a type argument.
  • UNDEFINED_METHOD - lib/src/knex_bigquery.dart:22:21 - The method 'KnexInterceptorPipeline' isn't defined for the type 'KnexBigQuery'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
107
downloads

Documentation

API reference

Publisher

verified publishermahawarkartikey.in

Weekly Downloads

Google BigQuery driver for knex_dart — execute queries against Google BigQuery via the BigQuery REST API using the knex_dart query builder.

Repository (GitHub)
View/report issues
Contributing

Topics

#sql #query-builder #database #bigquery #knex

License

MIT (license)

Dependencies

http, knex_dart

More

Packages that depend on knex_dart_bigquery