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
Thank you for this library! I'm using it and exploring how to add better type safety. In SQLAlchemy, the recommendation is to switch from calling declarative_base() to inheriting from DeclarativeBase, and all model classes inherit from that type. Can you help me understand how to combine this with sqlservice, which has its own ModelBase base class?
The text was updated successfully, but these errors were encountered:
Thank you for this library! I'm using it and exploring how to add better type safety. In SQLAlchemy, the recommendation is to switch from calling
declarative_base()
to inheriting fromDeclarativeBase
, and all model classes inherit from that type. Can you help me understand how to combine this with sqlservice, which has its ownModelBase
base class?The text was updated successfully, but these errors were encountered: