go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.52k stars 118 forks source link

Add support for JSON Processing Functions #251

Open go-jet opened 1 year ago

go-jet commented 1 year ago

Discussed in https://github.com/go-jet/jet/discussions/250

select * from jsonb_each_text(jsonb)

Originally posted by **boYu07** July 10, 2023 I couldn't find a way to assemble the title query string, any suggestion?