PostgreSQL function's input/output as JavaScript nested objects
1
vote
1
answer
1084
views
I am looking for a simple/clean way that can be used consistently to automatically input JavaScript nested objects to user-defined PostgreSQL functions and also automatically output to JavaScript nested objects.
Shall I used nested composite types? JSON? other ways?
How to parse to/from these types and JavaScript nested objects automatically?
Any better thoughts?
Thank you.
Asked by geeko
(41 rep)
Jul 2, 2017, 12:16 PM
Last activity: Jul 2, 2017, 05:28 PM
Last activity: Jul 2, 2017, 05:28 PM