SNilli
DTDrizzle Team
•Created by SNilli on 6/5/2024 in #help
How to filter json column
how to use drizzle orm to query this ?
example my schema
trxTable
id: int
trxInfo: json (inside this contain name field)
select * from trxTable where irxInfo -> name like 'a%'
1 replies