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

feat: add redshift driver #199

Closed brianheineman closed 1 month ago

brianheineman commented 1 month ago

Related SQLx fix for Redshift support: https://github.com/launchbadge/sqlx/pull/2832

github-actions[bot] commented 1 month ago

🐰 Bencher Report

Branchadd-redshift-driver
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
798,410,000.00
postgresql-embedded📈 view plot
⚠️ NO THRESHOLD
817,550,000.00
rusqlite📈 view plot
⚠️ NO THRESHOLD
4,450,000.00
sqlite📈 view plot
⚠️ NO THRESHOLD
4,825,400.00
🐰 View full continuous benchmarking report in Bencher
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.95%. Comparing base (243d709) to head (8bc6cfd). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #199 +/- ## ========================================== + Coverage 93.92% 93.95% +0.02% ========================================== Files 93 94 +1 Lines 11716 11756 +40 ========================================== + Hits 11004 11045 +41 + Misses 712 711 -1 ```

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