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
feat(result): add schema_type parameter to SQLResult helper methods (#106)
Adds optional `schema_type` parameter to `SQLResult` data retrieval methods, enabling direct type-safe data transformation across the entire result API. Also refactors `to_schema()` functionality into a standalone utility module to eliminate circular imports.
0 commit comments