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!: update Connection execute/query to use &mut self #112

Closed brianheineman closed 7 months ago

github-actions[bot] commented 7 months ago

🐰Bencher

ReportThu, April 11, 2024 at 20:09:35 UTC
Projecttheseus-rs/rsql
Branchupdate-connection-trait
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
duckdb➖ (view plot)3799800.000
postgres-embedded➖ (view plot)821280000.000
postgresql-embedded➖ (view plot)818950000.000
rusqlite➖ (view plot)268120.000
sqlite➖ (view plot)501650.000

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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.99%. Comparing base (61abcfc) to head (0c22bd9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ======================================= Coverage 95.99% 95.99% ======================================= Files 78 78 Lines 8723 8723 ======================================= Hits 8374 8374 Misses 349 349 ```

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