Reexporting sqlx has issues
Opened this issue · 0 comments
mara-schulke commented
When using the atmosphere::table
macro, it in turn adds a derive for sqlx::FromRow
which expects ::sqlx
to be present which is not the case if a user only declared atmosphere as dependency!
This should be fixed by wrapping the FromRow
macro in some atmosphere-compatible way.