theseus-rs / rsql

Command line interface for CockroachDB, DuckDB, LibSQL, MariaDB, MySQL, PostgreSQL, Redshift, Snowflake, SQLite3 and SQL Server
https://theseus-rs.github.io/rsql/rsql_cli/
Apache License 2.0
130 stars 5 forks source link

feat: add duckdb driver #110

Closed brianheineman closed 7 months ago

github-actions[bot] commented 7 months ago

🐰Bencher

ReportTue, April 9, 2024 at 15:11:04 UTC
Projecttheseus-rs/rsql
Branchadd-duckdb-driver
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
duckdb➖ (view plot)4013400.000
postgres-embedded➖ (view plot)819120000.000
postgresql-embedded➖ (view plot)827900000.000
rusqlite➖ (view plot)264920.000
sqlite➖ (view plot)504710.000

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 96.22642% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 95.99%. Comparing base (c930a89) to head (5f01cc0).

Files Patch % Lines
rsql_drivers/src/duckdb/driver.rs 95.34% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== - Coverage 96.05% 95.99% -0.06% ========================================== Files 77 78 +1 Lines 8409 8723 +314 ========================================== + Hits 8077 8374 +297 - Misses 332 349 +17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.