-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have found these related issues/pull requests
None related that I can find.
Description
I am trying to utilize AnyPool to have a binary that is agnostic to either Postgres or Sqlite. The best solution I can find is to use AnyPool
which uses the database type Any
. However, the Json<T>
struct does not implement Decode
or Encode
for Any
but it does so for MySql
Postgres
and Sqlite
Prefered solution
Json implements Encode and Decode for Any so that it can be used
Is this a breaking change? Why or why not?
No it is not.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request