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
Dependency Inversion: keep SQLAlchemy types confined to schema/ inspection layer. You are already close; continue to normalize types into your own SqlType enum and keep downstream code SQLAlchemy-free.
Dependency Inversion: keep SQLAlchemy types confined to schema/ inspection layer. You are already close; continue to normalize types into your own SqlType enum and keep downstream code SQLAlchemy-free.