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
It'd be nice to have a feature flag that brought in support for converting oxnet types into SQL types, so they can be used directly in a database. The most relevant traits are ToSql and FromSql. There might be other convenience features too.