Several database products and database-as-a-service (DBaaS) providers support some sort of "SQL over HTTP" API, also sometimes referred to as a "Data API". These have a couple of different use cases: * Supporting environments where open connections cannot be cached/reused (so, essentially, client-side pooling doesn't make sense). * The main example