mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
* Sqlite Collation Support Adds a method create_collation to SqliteConnection. Adds a unit test confirming the collation works as expected. * Fix formatting * Address feedback Co-authored-by: Ryan Leckey <ryan@launchbadge.com>