You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses Shapeless and Type Class derivations to allow transformation between different types.
There is an ADT SqlType and two Type Classes in the Core of the library, and specification of those Type Classes in each module, allowing automatic transformations (CustomType <-> SqlType <-> CustomType) between types from modules.