Any way to work with jsonb in a sqlite db?
I have a local sqlite db that I want to sync to supabase. The supabase column is of type jsonb.
This is the local table definition:
when I run
the object gets stored as string and not as jsonb.
1 Reply
bump