-
Howdy, Would this emulator allow to create a bridge intercepting PG-SQL SELECT (thats all I need ), and execute a REST post, interpreting the results as a table-like , from an ODBC perspective? Ex., this would result in a lookup for the fake schema matching of REST APIs, like ,
and would create a http_post like : Would only consider for this matter, WHERE clause as source of name/variable pairs to the API., from a JSON [ {"fld1" : "a" , "fld2" : "b", "fldn" : "c"}, { jsonRec1 } , {jsonRec2}, ...... ] fld1 fld2 fldn a b c d e f ..... Hoping to make myself clear, Thanks in advance Best regards from Brasil , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi ! Yes, I guess that would be doable using Ideally, that would need |
Beta Was this translation helpful? Give feedback.
Hi !
Yes, I guess that would be doable using
createAdvancedServer()
.Ideally, that would need
createSimpleServer()
to be implemented more easily, but I dont have time to implement that this year :/