Wizzel
Explore posts from serversDTDrizzle Team
•Created by Wizzel on 3/10/2025 in #help
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.
2 replies