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 indexes command #80

Closed brianheineman closed 8 months ago

github-actions[bot] commented 8 months ago

🐰Bencher

ReportTue, March 26, 2024 at 14:20:09 UTC
Projecttheseus-rs/rsql
Branchadd-indexes-command
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
postgresql➖ (view plot)810140000.000
sqlite➖ (view plot)481640.000

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

Codecov Report

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

Project coverage is 95.54%. Comparing base (9d9780c) to head (993fb02).

Files Patch % Lines
rsql_core/src/drivers/postgresql.rs 98.97% 1 Missing :warning:
rsql_core/src/drivers/rusqlite.rs 98.78% 1 Missing :warning:
rsql_core/src/drivers/sqlite.rs 98.80% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 95.35% 95.54% +0.18% ========================================== Files 58 59 +1 Lines 6268 6601 +333 ========================================== + Hits 5977 6307 +330 - Misses 291 294 +3 ```

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