knex_dart_duckdb 0.1.0
knex_dart_duckdb: ^0.1.0 copied to clipboard
DuckDB driver for knex_dart — execute analytical SQL queries against DuckDB using the knex_dart query builder and the dart_duckdb FFI package.
We analyzed this package 23 hours ago, and awarded it 150 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
22 out of 34 API elements (64.7 %) have documentation comments.
Some symbols that are missing documentation: knex_dart_duckdb.DuckDBClient.close, knex_dart_duckdb.DuckDBClient.delete, knex_dart_duckdb.DuckDBClient.execute, knex_dart_duckdb.DuckDBClient.insert, knex_dart_duckdb.DuckDBClient.select.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:knex_dart_duckdb/knex_dart_duckdb.dartthat imports:package:knex_dart_duckdb/src/knex_duckdb.dartthat imports:package:knex_dart_duckdb/src/duckdb_client_web.dartthat imports:package:knex_dart_duckdb/src/duckdb_client.dartthat imports:package:knex_dart/knex_dart.dartthat imports:package:knex_dart/src/migration/migrator.dartthat imports:package:knex_dart/src/migration/migration_source.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/universal_io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_duckdb |
^1.4.4 |
1.4.4 | 1.4.4 | |
knex_dart |
^1.1.0 |
1.2.0 | 1.2.0 | |
universal_io |
^2.2.2 |
2.3.1 | 2.3.1 | |
wasm_ffi |
^2.3.0 |
2.3.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
js_interop |
- | 0.0.1 | 0.0.1 | |
knex_dart_capabilities |
- | 0.2.0 | 0.2.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 | |
uuid |
- | 4.5.3 | 4.5.3 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.23.12, Dart 3.11.2.
Check the analysis log for details.