runiq

joined 2 months ago
[–] runiq@feddit.org 16 points 1 month ago

Fuck man, I'm so mad I didn't come up with this. It's so good

[–] runiq@feddit.org 5 points 1 month ago* (last edited 1 month ago)

This is a big, established project undergoing a complete rewrite. A beta is definitely warranted, no?

Edit: Typo

[–] runiq@feddit.org 1 points 2 months ago* (last edited 2 months ago) (1 children)

Oh hi, didn't realize you're here! I xposted this to rust@lemmy.ml.

Edit: Also you missed an excellent opportunity to name your time-handling library biff

19
submitted 2 months ago* (last edited 2 months ago) by runiq@feddit.org to c/rust@programming.dev
 
  • Added type diesel_async::pooled_connection::mobc::PooledConnection
  • MySQL/MariaDB now use CLIENT_FOUND_ROWS capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.
  • The minimal supported rust version is now 1.78.0
  • Add a SyncConnectionWrapper type that turns a sync connection into an async one. This enables SQLite support for diesel-async
  • Add support for diesel::connection::Instrumentation to support logging and other instrumentation for any of the provided connection impls.
  • Bump minimal supported mysql_async version to 0.34

A special thanks goes to @momobel and Wattsense for contributing the SyncConnectionWrapper implementation.

To support future development efforts, please consider sponsoring me on GitHub.

Full Changelog: v0.4.0...v0.5.0