Handling JSON Columns in TypeScript with PostgreSQL: Use `ts-expect-error`
what is the reccomendation for setting json columns?
the postgres driver handlers the encoding and decoding, so it works
just
the postgres driver handlers the encoding and decoding, so it works
just
ts-expect-error?