knex_dart_bigquery 0.2.1
knex_dart_bigquery: ^0.2.1 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.
0.2.1 #
- Tighten
knex_dartlower bound to^1.2.1—QueryInterceptorandQueryExecutionContextwere not present before 1.2.1.
0.2.0 #
- Added
QueryInterceptorpipeline support: attach OTel, logging, or custom interceptors via theinterceptorsparameter onKnexBigQuery({...}). - Fixed exception propagation in transaction rollback using
Error.throwWithStackTrace.
0.1.0 #
- Initial release.
- BigQuery driver for
knex_dart.