-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Should we integrate SQLModel into sdssdb for the SQLAlchemy models? I don't think this is strictly necessary for 1.0, but maybe this is something to consider for later. If we don't want a complete integration here, perhaps a smaller wrapper library could be considered.
Pros
- Automatically creates pydantic models for validation / serialization for all our ORMs.
- No need to duplicate code in downstream packages
- Makes it easier to drop into future python API services / frameworks
Cons
- Increases the dependency stack
- No integration with
peeweemodels
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested