How SQL can unify access to APIs
PostgreSQL foreign data wrappers are a great way to expose APIs to SQL. And SQL is a great way to reason over the data.
Source: infoworld.com
Stay updated with breaking news from Any Postgres Compatible. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
PostgreSQL foreign data wrappers are a great way to expose APIs to SQL. And SQL is a great way to reason over the data.
In the original proposal for the World Wide Web, Tim Berners-Lee wrote: A generic tool could perhaps be made to allow any database which uses a commercial DBMS to be displayed as a hypertext view. We did get those hypertext views, in the form of APIs, but not in a generic way. Database-backed web applications […]