Hi,
I would like to leverage FastCRUD to also insert columns that have JSONB types in Postgres.
I've been scanning the source code, but I don't see an example of this. None of the issues seem to match either.
Is there a way to have a complex type automatically converted to a json value for insert/update, and vice-versa for retrieval?
Thank you.