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
129 stars 5 forks source link

refactor!: remove Results from Connection interface #101

Closed brianheineman closed 7 months ago

github-actions[bot] commented 7 months ago

🐰Bencher

ReportTue, April 2, 2024 at 14:28:36 UTC
Projecttheseus-rs/rsql
Branchrefactor-results
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
postgres-embedded➖ (view plot)812480000.000
postgresql-embedded➖ (view plot)813420000.000
rusqlite➖ (view plot)264920.000
sqlite➖ (view plot)501230.000

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

Codecov Report

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

Project coverage is 96.05%. Comparing base (1a538a4) to head (dc85655).

Files Patch % Lines
rsql_drivers/src/mysql/driver.rs 95.38% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #101 +/- ## ========================================== + Coverage 95.93% 96.05% +0.12% ========================================== Files 76 76 Lines 8258 8189 -69 ========================================== - Hits 7922 7866 -56 + Misses 336 323 -13 ```

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