theseus-rs / postgresql-embedded

Embed PostgreSQL database
Apache License 2.0
68 stars 11 forks source link

feat: add native-tls support #71

Closed brianheineman closed 4 months ago

brianheineman commented 4 months ago

RFC: Should the feature flags be named native-tls / rustls-tls to better align with the reqwest library where these features are being enabled, or tls-native-tls / tls-rustls to align calling libraries like sqlx (e.g. https://github.com/launchbadge/sqlx/blob/main/Cargo.toml#L79-L81)...?

github-actions[bot] commented 4 months ago

🐰Bencher

ReportThu, May 30, 2024 at 21:22:16 UTC
Projecttheseus-rs/postgresql-embedded
Branchnative-tls-support
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)
extract➖ (view plot)152,880.00
lifecycle➖ (view plot)1,151,900,000.00

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

Codecov Report

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

Project coverage is 99.53%. Comparing base (18692bb) to head (717eb1d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ======================================= Coverage 99.53% 99.53% ======================================= Files 57 57 Lines 7522 7522 ======================================= Hits 7487 7487 Misses 35 35 ```

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