Hacker News new | ask | show | jobs
by typedef_struct 912 days ago
For comparison, MSSQL has been able to provide query results in XML for quite some time. I've found it useful in a couple of situations. See https://learn.microsoft.com/en-us/sql/relational-databases/x...
1 comments

PostgreSQL has supported XML [1] for a while too. With that, even SOAP endpoints are possible: https://postgrest.org/en/stable/how-tos/create-soap-endpoint...

[1]: https://www.postgresql.org/docs/current/functions-xml.html