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: implement column metadata #134

Closed brianheineman closed 6 months ago

github-actions[bot] commented 6 months ago

🐰Bencher

ReportFri, May 17, 2024 at 02:45:00 UTC
Projecttheseus-rs/rsql
Branchupdate-metadata
Testbedlocalhost

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

  • Latency (latency)

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
BenchmarkLatencyLatency Results
nanoseconds (ns)
duckdb➖ (view plot)4,007,600.00
postgres-embedded➖ (view plot)822,250,000.00
postgresql-embedded➖ (view plot)834,490,000.00
rusqlite➖ (view plot)296,970.00
sqlite➖ (view plot)535,720.00

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

Codecov Report

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

Project coverage is 95.33%. Comparing base (9df700e) to head (2718b17).

Files Patch % Lines
rsql_drivers/src/postgresql/driver.rs 83.73% 34 Missing :warning:
rsql_drivers/src/postgresql/metadata.rs 92.85% 10 Missing :warning:
rsql_drivers/src/sqlite/metadata.rs 92.30% 10 Missing :warning:
rsql_drivers/src/sqlserver/metadata.rs 89.58% 10 Missing :warning:
rsql_drivers/src/duckdb/metadata.rs 92.30% 8 Missing :warning:
rsql_drivers/src/mysql/metadata.rs 92.52% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ========================================== - Coverage 95.56% 95.33% -0.23% ========================================== Files 89 89 Lines 9889 10469 +580 ========================================== + Hits 9450 9981 +531 - Misses 439 488 +49 ```

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