Thursday 15 April 2010

postgresql - Can I use postgres JSON column types with Strongloop Loopback? -


I'm starting a new loopback project with the Postgrascill backend. I know that I have to embed the JasonOn object in the record and plan to use the original JSON and JSONB column types available in postgres. I saw in online documents that there is no reference to these 2 column types (here :).

Is it possible to use column types? If so, how do I do this?

Thank you, Mark

I'm curious and I have not tried it. Have you tried using the json postgrace data type using the object type? {"DataProp": {"type" "object", "required": false, "exact": blank, "scale": zero, "postgrescle": { "ColumnName": "dateopop", "datatype": "json"}}}

It looks like:


No comments:

Post a Comment