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!: create database metadata #121

Closed brianheineman closed 7 months ago

github-actions[bot] commented 7 months ago

🐰Bencher

ReportTue, April 16, 2024 at 01:32:57 UTC
Projecttheseus-rs/rsql
Branchdatabase-metadata
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
duckdb➖ (view plot)3932000.000
postgres-embedded➖ (view plot)823170000.000
postgresql-embedded➖ (view plot)822980000.000
rusqlite➖ (view plot)265660.000
sqlite➖ (view plot)500830.000

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

Codecov Report

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

Project coverage is 95.94%. Comparing base (4687057) to head (f266f28).

Files Patch % Lines
rsql_drivers/src/connection.rs 0.00% 3 Missing :warning:
rsql_drivers/src/duckdb/metadata.rs 97.91% 2 Missing :warning:
rsql_drivers/src/mysql/metadata.rs 98.00% 2 Missing :warning:
rsql_drivers/src/postgres/metadata.rs 98.05% 2 Missing :warning:
rsql_drivers/src/postgresql/metadata.rs 98.05% 2 Missing :warning:
rsql_drivers/src/rusqlite/metadata.rs 97.82% 2 Missing :warning:
rsql_drivers/src/sqlite/metadata.rs 97.82% 2 Missing :warning:
rsql_drivers/src/sqlserver/metadata.rs 98.00% 2 Missing :warning:
rsql_core/src/commands/indexes.rs 97.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ========================================== + Coverage 95.89% 95.94% +0.04% ========================================== Files 79 87 +8 Lines 9144 9572 +428 ========================================== + Hits 8769 9184 +415 - Misses 375 388 +13 ```

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