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%'
example my schema
trxTable
id: int
trxInfo: json (inside this contain name field)
select * from trxTable where irxInfo -> name like 'a%'