sqlx
sqlx copied to clipboard
Support `Decimal` for `Sqlite` backend
As far as I can see, sqlx cannot currently handle the Decimal type together with the sqlite backend.
Would it be acceptable to support this via a string representation of Decimal? I am willing to send a PR if that helps :)
Also interested in this, a string representation would also fit the decimal representation of the official decimal extensions.