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: add connection url #203

Closed brianheineman closed 1 month ago

github-actions[bot] commented 1 month ago

🐰 Bencher Report

Branchadd-connection-url
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
postgres-embedded📈 view plot
⚠️ NO THRESHOLD
795,520,000.00
postgresql-embedded📈 view plot
⚠️ NO THRESHOLD
822,150,000.00
rusqlite📈 view plot
⚠️ NO THRESHOLD
4,659,500.00
sqlite📈 view plot
⚠️ NO THRESHOLD
4,970,600.00
🐰 View full continuous benchmarking report in Bencher
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.50649% with 5 lines in your changes missing coverage. Please review.

Project coverage is 93.30%. Comparing base (983e962) to head (36c9eea). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
rsql_drivers/src/connection.rs 50.00% 3 Missing :warning:
rsql_drivers/src/snowflake/driver.rs 85.71% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== - Coverage 93.30% 93.30% -0.01% ========================================== Files 93 93 Lines 11856 11912 +56 ========================================== + Hits 11062 11114 +52 - Misses 794 798 +4 ```

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