Michael
06/17/2021, 4:50 PM2.23.0
- is there a way to cast the value of a "path"?
For example our JSON in Postgres has string values for all paths - but we want to say convert that on the fly to a Postgres int to do <, <=, > ect comparisons? To solve this we are doing RAW prisma sql, but was wondering if there was features (or features in the future) that could address this.Ryan
06/18/2021, 4:58 AM