-1

I am trying to decode a json mime type stored in bytea column in postgres using sequel. I remember I used some kind of method passing it mime type and data. But I cannot find it in my code and documentation.

I have bytea column and info about mime type (text/json). I would like to get the json :)

Please any tips?

Thanks

Levi
  • 87
  • 7

1 Answers1

-1

It is .lit method, I got it, easy and overseen by me.

Levi
  • 87
  • 7