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
As of version 3.45.0, SQLite now supports JSONB. Thus, the generator should output it as types.JSON[json.RawMessage] like it does for JSON, instead of the default string.