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 mariadb driver #124

Closed brianheineman closed 6 months ago

github-actions[bot] commented 6 months ago

🐰Bencher

ReportWed, May 1, 2024 at 21:51:35 UTC
Projecttheseus-rs/rsql
Branchadd-mariadb-driver
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)3,870,900.00
postgres-embedded➖ (view plot)814,380,000.00
postgresql-embedded➖ (view plot)818,320,000.00
rusqlite➖ (view plot)269,850.00
sqlite➖ (view plot)507,480.00

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

Codecov Report

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

Project coverage is 95.75%. Comparing base (28b4c7b) to head (5d4f7b0).

Files Patch % Lines
rsql_drivers/src/duckdb/driver.rs 66.66% 5 Missing :warning:
rsql_drivers/src/mariadb/driver.rs 42.85% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ========================================== - Coverage 95.83% 95.75% -0.09% ========================================== Files 85 86 +1 Lines 9445 9468 +23 ========================================== + Hits 9052 9066 +14 - Misses 393 402 +9 ```

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