ParaSQL Release 18 now LIVE!

23 views
Skip to first unread message

ParaSQL Support

unread,
Apr 5, 2015, 4:15:34 PM4/5/15
to par...@googlegroups.com

New In Release 18 (April 2015)

  • Make RESTful API calls directly from the database:
    • This is an Enterprise-only feature and requires a dedicated database server.
    • There is a new ParaSQL system table called parasql_http_request.
    • You can use a trigger or stored procedure to add a record to this table specifying a HTTP method (GET/POST/DELETE), a URL, a user/pass combo for HTTP Basic Auth, and the name of a stored procedure to call once the response is received.
    • ParaSQL will make the request and write the response to the parasql_http_request table (including the status code and full header info) and then call the stored procedure you specified (if any).
    • This allows for flexible, easy-to-implement custom integrations with most RESTful APIs on the web.
    • Contact sup...@parasql.com for documentation and example code.
  • Miscellaneous bug fixes.
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages